Hello Folks!
I get an error when I run the following query on a (not frihost) server. The quey seems right. De spare queries work and on another server a querie like this one does work.
SQL-query :
SELECT *
FROM supercategorie
WHERE supcatno
IN (
SELECT supcatno
FROM cat_supcat
WHERE catno =9
)
LIMIT 0 , 30
MySQL retourneerde:
#1064 - 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 supcatno
FROM cat_supcat
WHERE catno =9 ) LIMIT 0, 30' a
Greetingz
Jasper
I get an error when I run the following query on a (not frihost) server. The quey seems right. De spare queries work and on another server a querie like this one does work.
SQL-query :
SELECT *
FROM supercategorie
WHERE supcatno
IN (
SELECT supcatno
FROM cat_supcat
WHERE catno =9
)
LIMIT 0 , 30
MySQL retourneerde:
#1064 - 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 supcatno
FROM cat_supcat
WHERE catno =9 ) LIMIT 0, 30' a
Greetingz
Jasper
