sql-table-name-parser
sql-table-name-parser copied to clipboard
Ultra light, Ultra fast library to extract table names out of SQLs
Hi, I'm interesting by your fast table name parser. I would like to use it for my [LibreOffice database driver](https://prrvchr.github.io/jdbcDriverOOo/). Wouldn't it be possible to also extract the query type?...
Hi there! I have a Postgres function that looks like ``` CREATE OR REPLACE FUNCTION t1_dummy2_func() RETURNS integer AS $$ DECLARE v_rowcount int; BEGIN FOR i IN 1..10 LOOP select...
Hello, recently, SQL is used for regular parsing. It is found that the table name can be resolved, but the table alias does not seem to be available. How to...