View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 09:28 AM
techcalgary@hotmail.com
 
Posts: n/a
Default Re: select multiple values for column in one query

I guess I could do

select * from table2 order by field( id, 3, 4 ) desc limit 2;

but isn't there a way to do that in the where clause?

Reply With Quote