$pos
$pos :
class QueryTableParser
Very rough class to extract table names from a SQL query.
This class simply looks for specific tokens like FROM, JOIN, UPDATE, INTO and collects a list of the very next token after those words.
It doesn't attempt to parse aliases, or any other query structure.
This probably doesn't handle table names with a space in it like table name