Possible duplicate:
SQL parser library for Java
I need a parser that should return me the column names with their corresponding table names in the format
column_name table_name
Preferably a java library that can make the implementation easier, because I do not want to delve into all the nuances of SQL parsing.
Yours faithfully,
source
share