Re: [PHP-DB] sorting values

2003-02-10 Thread Doug Thompson
Merlin: You might find it easiest to CREATE a temporary table. You can use an INSERT .. SELECT query to extract the values from your data tables and insert them in the temp table. Then you can SELECT from the temporary table and use all of the SQL functions for ordering, grouping, etc. Doug On M

[PHP-DB] sorting values

2003-02-10 Thread merlin
Hello everybody, I am pulling out several values out of a mysqldb. Those come with different tables and different criterias, thats why I cant sort them inside the sql statement. I need to make 3 of those statements. All the different results have an associated timestamp. How could I sort them afte