[PHP-DB] Sort HTML tables...

2001-09-18 Thread Gustavo Damy

Like to know if anybody has a script to sort data for a column over multiple
tables with MySQL ?
thanks on advance ..
cordially..



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Sort HTML tables...

2001-09-18 Thread Justin Buist

 Like to know if anybody has a script to sort data for a column over multiple
 tables with MySQL ?
 thanks on advance ..
 cordially..

Are you looking for the 'ORDER BY' clause?  It's used something like:

SELECT blah
FROM blah
WHERE blah = true

ORDER BY column name here

Justin Buist
Trident Technology, Inc.
4700 60th St. SW, Suite 102
Grand Rapids, MI  49512
Ph. 616.554.2700
Fx. 616.554.3331
Mo. 616.291.2612


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]