[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

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