[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
SQLDesc
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
SQLDesc
(SQL) DESC
You can make a sort using ORDER BY descending by adding DESC:-- Select young women from database SELECT * FROM DATABASE WHERE GENDER = 'FEMALE' ORDER BY AGE DESC
Code links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
