You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT q.qid, question, gid FROM questions as q WHERE (select count(*) from
answers as a where a.qid=q.qid and scale_id=0)=0 and sid=11929 AND type IN
('F', 'H', 'W', 'Z', '1') and q.parent_qid=0
goes wrong, the in-list contains commas, so we will get from the creator:
SELECT q.qid,question,gid FROM questions q WHERE (SELECT count(*) FROM answers
a WHERE a.qid = q.qid and scale_id = 0) = 0 and sid = 11929 AND type IN ('F',,
,'H',, ,'W',, ,'Z',, ,'1') and q.parent_qid = 0
Version:
https://www.phosco.info/publicsvn/php-sql-parser/tags/20120217
Original issue reported on code.google.com by pho...@gmx.de on 22 Feb 2012 at 3:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
pho...@gmx.de
on 22 Feb 2012 at 3:13The text was updated successfully, but these errors were encountered: