Hello,
is there a way to extract column names involved in a WHERE clause of a query 
without manually parse the select statement?

For example from a query like:
SELECT * FROM myTable WHERE col1=… AND col2=…;
I would need to extract both col1 and col2.

Thanks.
--
Marco Bambini
http://www.sqlabs.com








_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to