Wednesday, October 7, 2009

Select desired rows from table by IN Keyword

Below is the query for selecting any records/rows from the table.

select * from tbl_logo_Info where ImageID IN(4,6,10) order by image_Title asc

No comments:

Post a Comment