Viewing 11 posts - 31 through 41 (of 41 total)
Thank you very much Phil. I am testing some more code for additions to my tables. will keep you post.
Thank you a Ton Phil.
January 25, 2024 at 4:29 pm
Tried this below code but no luck 🙁
Can somebody please help. Thank you in advance
SELECT
Dataval,
CASE
...
January 25, 2024 at 12:24 am
I tried and generated code this far.
SELECT Comment,
(CASE WHEN Comment LIKE '%[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]%'
...
January 17, 2024 at 4:38 am
Thank you both. Appreciate your help
April 4, 2023 at 4:29 pm
Thank you very much Ed B.
February 27, 2023 at 5:56 pm
just to clarify
for the question about population, below query returns no of records per day. so here I would like to check the current day counts to previous day record...
February 4, 2023 at 1:21 pm
February 4, 2023 at 9:41 am
Thank you Steve,
The date calculation is, only consider the customers after accountJoinDate Month (in Customers) table. for example a new customer #107 joined in May 2022, and had first order...
October 2, 2022 at 12:00 am
Hello Zeff Afternoon,
Apologize, here is the code i executed and tested.
CREATE TABLE Customers (
CID int NOT NULL PRIMARY KEY,
GroupName...
October 1, 2022 at 11:51 pm
Thank you Phil, I will follow your guidelines to help helpers easy to help me.
Thank you Again
September 28, 2022 at 1:08 pm
Thank you for your response,
i tried your sample, it is showing two rows i mean each row is showing twice (because of plan name)please see below
ActNoPlanName(No column name)
100Keeper2
101Keeper1
101Valuer1
102Valuer2
103Keeper2
104Keeper1
104Valuer1
105Keeper1
105Valuer1
106Valuer1
110Keeper1
here...
April 10, 2013 at 1:38 pm
Viewing 11 posts - 31 through 41 (of 41 total)