Viewing 14 posts - 1 through 14 (of 14 total)
I tryed adding this statement with zero results
WHERE date >= (select DATEADD(year, 1, MAX(Date)) FROM dbo.[T01_TransactionMaster]) and date < (select Max(date)FROM dbo.[T01_TransactionMaster])
I'm adding it to...
November 15, 2018 at 7:55 am
I can not use the clause W November 14, 2018 at 7:32 pm
Is it possible to pull from date range from 12 months from the most recent transaction date and the recent date. Performance is not an issue because I would only...
November 14, 2018 at 7:13 pm
the results:
131 1 25.00
650 2 50.00
7500 2 100.00
9608 2 25.00
10893 2 10.00
11227 2 20.00
12216 2 50.00
12497 2 25.00
16326 2 25.00
17028 2 200.00
18196 2 90.00
18230 1 500.01
19719 2 150.00
21091 2 20.00
November 14, 2018 at 7:02 pm
October 29, 2018 at 9:41 am
I would like to add to this code. I would like to reference another table with gift arrays. I would like to compare the amount against the ask array table. ...
October 16, 2018 at 3:36 pm
April 13, 2018 at 11:50 am
SELECT
...
April 13, 2018 at 10:22 am
April 12, 2018 at 4:32 pm
I need a single top transaction for each account but if the first top transaction is 2 * more than the second top transaction then use the second top transaction. ...
April 12, 2018 at 4:28 pm
I need a single top transaction for each account but if the first top transaction is 2 * more than the second top transaction then use the second top transaction. ...
April 12, 2018 at 4:06 pm
If I want the year and month I would need to add the right and left. correct
UPDATE [EC_StoreAttributes]
SET AttributeValue = RIGHT(CONVERT(VARCHAR(10), GETDATE(), 101), 2)...
February 26, 2018 at 9:28 am
Can you help explain the script?
Can you help explain this part of the script.
SELECT modified_string=STUFF(LEFT(CONVERT(VARCHAR,GETDATE(),12),4),3,0,
This is the length that starts at position...
February 21, 2018 at 11:57 am
I'm getting an error message Incorrect syntax near the keyword 'Left'.
February 14, 2018 at 9:42 am
Viewing 14 posts - 1 through 14 (of 14 total)