SQL Query oleh Rahuldev

SELECT col1,col2,col3,.....
FROM tableName
WHERE col1 IN (SELECT STATEMENT);
Innocent Ibis