Been banging my head against the wall with subqueries. Even simple stuff
like this fails:
SELECT CompanyName FROM tblcompanies
WHERE CompanyName IN (SELECT HostName FROM tblhosts)
Am I missing something blindingly obvious, or is MySQL just playing silly
buggers?
Running v 4.0.18 btw on Windows Server 2003
Any help would be appreciated...
Thanks,
Pete