Simple example :

Working (correct result)
select id from tbl where id in (select id from tbl)

NOT working (incorrect result) :
select id from tbl where id in ( ( select id from tbl) )
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to