Viewing 15 posts - 1 through 15 (of 95 total)
Hello ScottPletcher. Thank you. I have a question.
I needed to change the clause ON to WHERE so that it runs.
However, with NOT EXISTS - I didn't have results, as you...
July 6, 2024 at 12:42 am
Jonathan I may need to check again, but I think it works. Thank you!! I really appreciate your help.
June 27, 2023 at 3:14 am
Jeffrey not exactly. Query should check Voucher Num. If it has GL Posted then take 'GL Posted'. If it doesn't have 'GL Posted' take 'GL Accrual Reversed' and 'GL Accrual'....
June 26, 2023 at 9:47 pm
It should check Voucher Num. If it has GL Posted then take 'GL Posted'. If it doesn't have 'GL Posted' take 'GL Accrual Reversed' and 'GL Acrual'
I was thinking smth...
June 26, 2023 at 9:03 pm
It should check Voucher Num. If it has GL Posted then take 'GL Posted'. If it doesn't have 'GL Posted' take 'GL Accrual Reversed' and 'GL Acrual'
I was thinking smth...
June 26, 2023 at 9:03 pm
It should check Voucher Num. If it has GL Posted then take 'GL Posted'. If it doesn't have 'GL Posted' take 'GL Accrual Reversed' and 'GL Acrual'
I was thinking smth...
June 26, 2023 at 9:03 pm
Emperor100 thank you, but that's not what I am trying to achieve. I am not trying to remove NULLs. I very often time have the same row twice but one...
June 26, 2023 at 8:45 pm
@jonathan-2 thank you, but I don't think I should delete records from the table, I think I should just not select them in a query, is that possible?
June 26, 2023 at 8:08 pm
@Phil Parkin, simply a query which removes them from the rows that are selected.
I don't have any CREATE statements. I am just selecting rows from CTE. But the way how...
June 26, 2023 at 8:06 pm
I cannot give DDL and sample data. Only that small part pretty much that I gave in the first message and yes, you are correct, I need to write COUNT...
May 26, 2023 at 8:23 pm
Scott, it is good. Thank you!
May 20, 2023 at 6:33 am
Thanks everyone for your help. It worked for me.
Scott, your idea helped me a lot. Thanks!!
May 19, 2023 at 3:07 am
Jonathan thank you for help. It was possible to insert ORDER BY in STUFF function but before XML part. I initially didn't understand it. Thanks for your willingness to help.
March 3, 2023 at 1:01 am
@jonathan-2 AC Roberts or anyone, do you know if there is a chance to ORDER BY in alphabetical order whatever is a column? Right now they are in...
March 2, 2023 at 11:34 pm
Viewing 15 posts - 1 through 15 (of 95 total)