sql-metadata icon indicating copy to clipboard operation
sql-metadata copied to clipboard

Parser(stmt).tables return not expect table

Open maoxingda opened this issue 2 years ago • 0 comments

Hello, @macbre when my query has this format it parse error tables:

select 1 from t1 join t2 on t1.t2_id = nvl(t2.id, t2.uid) -- ['t1', 't2', 't2.uid']

maoxingda avatar Oct 29 '23 03:10 maoxingda