Nested SELECTs

admin

Administrator
Staff member
Is it possible to do a nested sql select in MySQL?

Ex select * from sometable where id in (select id from anothertable);

David
 
Back
Top