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

Unable to obtain where field value

Open hcymysql opened this issue 2 years ago • 0 comments

>>> parser = Parser("select * from t1 where id = 1")
>>> parser.values_dict
>>> parser.values
[]

I want to obtain id=1

hcymysql avatar Aug 02 '23 09:08 hcymysql