Viewing 4 posts - 1 through 4 (of 4 total)
Is there a way to create this output without using insert into and declaring anything.
Lets forget all the conditions. Lets just say that I need to print this without using...
October 24, 2022 at 2:13 pm
So I saw a while back that its possible with a case statement, because once this sql code is created it goes into a another software that parses basic level...
October 24, 2022 at 2:40 am
Is there any way to do it without inserting data? with case statements? I pretty much need it to print like the above table but on the fly.
Something like this
SELECT...
October 23, 2022 at 2:33 pm
So yeah, criteria meaning a condition. So if condition one is met then it would be list 1, else list 2.
October 23, 2022 at 1:10 am
Viewing 4 posts - 1 through 4 (of 4 total)