Can you do nested select statements in mysql?

bugger it! server here is running 4.0.18.

they might update if I ask, but would take like a week before they actually did it.

I will have to solve my problem another way
 
Um, isn't using unions and joins the same thing as using multiple select statements? You can just select multiple items that way. Or using subqueries. Unless those aren't supported in that version of mysql....
 
Another reason using mySQL is a pain in the royal tooshy. :(

Stupid Foz got me all psyched up on mySQL and when I tried ot port over my DB it took like 4x as long and ended up not working anyway cause I couldn't do subqueries.
 
Back
Top