W wxdqz New Member Aug 21, 2008 #1 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?
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?