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") so it's necessary to do additional handing like splitting the string
Submitted by Mykhaylo Khodorev (mykhaylo.khodorev@gmail.com) - 8 years ago