hi all,
this query keeps throwing a syntax error
"#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 bcj_bookmark_id FROM bcj_bookmark_category_join_tbl
)"
each individual query executes properly by itself. i've written a million similar queries in mssql and oracle...what's going on here?
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
this query keeps throwing a syntax error
"#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 bcj_bookmark_id FROM bcj_bookmark_category_join_tbl
)"
Code:
SELECT * FROM bmt_bookmark_tbl
WHERE bmt_bookmark_id not in (
SELECT bcj_bookmark_id FROM bcj_bookmark_category_join_tbl
)
each individual query executes properly by itself. i've written a million similar queries in mssql and oracle...what's going on here?
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }