Extracts table names from SELECT query
Finds table names in table list and subqueries. Table names are in group #1 of all matches One note. In case of table list (like SELECT * FROM table1, table2, etc) group#1 will contain all tables string (like "table1, table2, etc"). In case of subquery in a table list group#1 may contain also other ...
Submitted by Mykhaylo Khodorev (mykhaylo.khodorev@gmail.com) - 8 years ago