SELECT * FROM table WHERE id IN ( SELECT DISTINCT id FROM table WHERE id=1 )
Tags: mysql
Comments are closed.