MySQL Forums
Forum List  »  General

ordering problem
Posted by: petre balau
Date: November 12, 2004 03:41AM

hello

so, basicaly what i need is to get from this type of query:\
"select keywordid,keyword from table where keyword in ('key3','key2','key4')"
the same order i used in the "IN ()" statament...

like,
keywordid | keyword |
---------------------
234 | key3 |
344 | key2 |
774 | key4 |

thanks

Options: ReplyQuote


Subject
Written By
Posted
ordering problem
November 12, 2004 03:41AM
November 12, 2004 09:32AM
November 12, 2004 10:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.