How to select non-consecutive rows in MySQL?

Posted by mysql on Stack Overflow See other posts from Stack Overflow or by mysql
Published on 2010-03-17T11:47:01Z Indexed on 2010/03/17 11:51 UTC
Read the original article Hit count: 198

Filed under:
|

If the primary keys of the records are 1,3,4,5,6,8

I want to select the records with pk:1,6

© Stack Overflow or respective owner

Related posts about mysql

Related posts about select