May 19, 2009 at 8:43 am
how to retrieve data from a table , where i have to get the output with descending order of 'date ' column
May 19, 2009 at 8:45 am
SELECT * FROM table ORDER BY column DESC
May 19, 2009 at 8:48 am
FYI, Books On-Line is your friend. You will find many of your answers thee.
May 19, 2009 at 10:20 am
http://msdn.microsoft.com/en-us/library
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 19, 2009 at 12:05 pm
select * from TABLE order by DATE desc
May 19, 2009 at 12:46 pm
???
May 19, 2009 at 1:04 pm
😛
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply