select 2 rows in sql

Solutions on MaxInterview for select 2 rows in sql by the best coders in the world

showing results for - "select 2 rows in sql"
Juan
14 Aug 2016
1SELECT * FROM `table` WHERE id IN (1,2,3,...,n)