MtySQL: Subselects: tmp table-> select

wxdqz

New Member
I was wondering, to work around MySQL's inability to make subselects, couldn't you create a temp table of the inner select statment, and then execute the outer select statement on the temp table?

If so, how would you do so?
 
Back
Top