Viewing 15 posts - 121 through 135 (of 326 total)
bhushan_juare (2/4/2013)
[font="Courier New"]Hi All,I am unable to do that using Case statement..
Bhushan
[/font]
that's how you implement case statement
CREATE TABLE #Fields
(
MODEL_SIZE INT,
...
February 4, 2013 at 10:38 pm
bhushan_juare (2/4/2013)
I Have table where it includes fields model_size, model_type, actual_qty, process_qty, order_type. Now I want to display all fields + model_size who has order_type = 'Some X'...
February 4, 2013 at 10:31 pm
bitbucket-25253 (2/4/2013)
L' Eomot Inversénice question .. glad to see you contributing to the QOD to allow others to learn what you can teach.
+1
thanks for the question Tom...
February 4, 2013 at 9:31 pm
greg.senne (2/4/2013)
February 4, 2013 at 7:41 am
Lokesh Vij (2/4/2013)
This is what I have come up with based on your requirement. Not sure for what you need a group by when total amount in there in Transaction...
February 4, 2013 at 7:27 am
pawan_rb (2/3/2013)
February 3, 2013 at 11:49 pm
pawan_rb (2/3/2013)
February 3, 2013 at 9:47 pm
please provide ddl(table definitions ) and sample data ...
February 3, 2013 at 9:41 pm
Nice question ..
Dineshbabu (1/31/2013)
But I'm aware of UPDATE behaviour and I know there won't be...
February 1, 2013 at 1:43 am
bitbucket-25253 (1/29/2013)
Nice question on basics ....
+1
Thanks for the question !!!
January 29, 2013 at 9:25 pm
Don. (1/29/2013)
I was working on a script that would show all records in Table A that didnt have corresponding records in Table B.
I thought it would be simple enough...
January 29, 2013 at 7:13 am
Jason-299789 (1/29/2013)
Demon correct, but you can use the $Action on the output statement will show the action that was performed for that row of data.
Exactly Jason ; That ought to...
January 29, 2013 at 6:54 am
Lokesh Vij (1/29/2013)
January 29, 2013 at 6:00 am
Viewing 15 posts - 121 through 135 (of 326 total)