SELECT a, b FROM tbl WHERE c > 10 and d == 5The program should return "a, b, c, and d from table tbl" or something along those lines. I'm using Jeff Zucker's SQL::Statement module but I can get only the columns and tables, not which tables the columns belong to. It also returns a and b but not c and d. However, it does a rather good job at parsing the SQL. Is there any way I can perhaps extend it to do what I want? Thanks in advance!
In reply to SQL Parsing by moo.mike.moo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |