annih
Programmer
- Jul 11, 2005
- 2
Hello.
This is my query:
I always get the message, that the whole subquery would contain an error:
Could you tell me how i can make it work? Or what's even more interesting: Why the **** doesn't it work? Thanks a lot and sorry for my bad English.
This is my query:
Code:
SELECT COUNT(*) FROM forenbeitraege WHERE ftid IN (SELECT ftid FROM forenthreads WHERE editordatum <= 1105572405);
I always get the message, that the whole subquery would contain an error:
Code:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT ftid FROM forenthreads WHERE editordatum <= 1105572405)'
Could you tell me how i can make it work? Or what's even more interesting: Why the **** doesn't it work? Thanks a lot and sorry for my bad English.