Thank you, PHV. I am very new to SQL and coding in general (except for HTML) and wanted to get some results early, before I can read & write this language effectively. Now that the beta of my app works, I can go back to the woodshed and learn the language.
I believe the bracketed section is a...
The webhoster I'm currently using runs MySQL 3.5.x, which does not seem to support subqueries. Can anyone help me write the following query without subqueries? Much appreciated.
SELECT Table1.*, Table2.*, Table3.*
FROM Table1 INNER JOIN (Table2 LEFT JOIN Table3 ON Table2.Field = Table3.Field)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.