AlexCT Posted December 14, 2003 Report Share Posted December 14, 2003 Ordenar, como faço?Como faço para ordenar como nessa tabela?http://www.softcomplex.com/products/tigra_..._pro/demo1.htmlsem ter que dar o reload Quote Link to comment Share on other sites More sharing options...
0 webdeveloper Posted December 16, 2003 Report Share Posted December 16, 2003 Você pode fazer assim:<% 'Em order ascendente sql = "Select * From tabela Order By nome_do_campo ASC" 'Em ordem descendente sql = "Select * From tabela Order By nome_do_campo DESC" %> Quote Link to comment Share on other sites More sharing options...
Question
AlexCT
Ordenar, como faço?
Como faço para ordenar como nessa tabela?
http://www.softcomplex.com/products/tigra_..._pro/demo1.html
sem ter que dar o reload
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.