|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Reversing the order of a list. |
From: |
Jon Vandermeulen |
Date: |
6/23/1999 3:04:34 PM |
IP: |
209.241.163.20 |
OK... so i figured it out...
My SQL statement was:
SELECT PROJECTS.* FROM PROJECTS ORDER BY DATE
To reverse it:
SELECT PROJECTS.* FROM PROJECTS ORDER BY DATE desc
It took me two days and a night.... but i found it. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|