Friday 21 March 2014

IN

SELECT column_name(s)
FROM table_name
WHERE column_name
IN (value1,value2,..)

No comments:

Post a Comment