Thread
:
select multiple values for column in one query
View Single Post
#
2
(
permalink
)
02-28-2008, 09:28 AM
techcalgary@hotmail.com
Posts: n/a
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?
techcalgary@hotmail.com