Jump to content

select fast question HELP!!!


asmith

Recommended Posts

in sql we have :  i.e.

 

select * from table_name order by field_name DESC

 

what it would be for tables in database ?

i have :

 

table1    username    e-mail    date

            abc              cvb      dfg

 

table2    username    e-mail    date

            whr            der        ewe

 

table3    username    e-mail    date

            abc              ewe      jff

 

how can i select these tables from a database ORDER by date or username ...

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/78393-select-fast-question-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.