Hi, Does any one know if there is anyway to nest queries in MySQL? I have tryed it the obvious way but with no success. Is there any other way that may work (like using include files or arrays)??? Cheers All
OK, sorry... nested queries work just fine... there was a typo.
Depends on what you think nested queries are. You can run several seperate queries at the same time, but mysql does not do nested queries as in : queries inside queries. This concept is too complex for MySQL little brain.