sql-where-parser
sql-where-parser copied to clipboard
Is there a way to diffrentiate between an identifier and value?
Is there a way to diffrentiate between an identifier and value?
for example in case of a=1 and 2=b or c='abc'
a, b and c are identifiers and 1, 2, and 'abc' are values