PDA

Click to See Complete Forum and Search --> : [RESOLVED] reverse Data


avrail
Sep 29th, 2006, 05:29 AM
hi all,
iam working with sql server 2000 and c#
iam using the SqlDataAdapter
i read my data so fine

1 me
2 u


all i need is how to read the data in reverse

2 u
1 me


thats all,
thx alot :wave:

jmcilhinney
Sep 29th, 2006, 05:54 AM
SELECT * FROM MyTable ORDER BY MyColumn DESC

I suggest that you check out the SQL tutorial in my signature.

avrail
Sep 29th, 2006, 06:04 AM
thx alot jmcilhinney
and sure i will check out the SQL tutorial in your signature.
:wave: