sql question Select * From * where one=two order by

Posted by sebastian on Stack Overflow See other posts from Stack Overflow or by sebastian
Published on 2010-06-08T17:27:58Z Indexed on 2010/06/08 17:32 UTC
Read the original article Hit count: 327

Filed under:

Hi,

I need some help with a query.

i want to select from a table, some values, but the values depend on the value of an other cell. after i select i need to sort them.

Can i use ELECT column FROM table WHERE one=two ORDER BY ...?

thanks, Sebastian

© Stack Overflow or respective owner

Related posts about mysql-query