sql-where-parser icon indicating copy to clipboard operation
sql-where-parser copied to clipboard

Is there a way to diffrentiate between an identifier and value?

Open abdullah2993 opened this issue 4 years ago • 0 comments

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

abdullah2993 avatar Aug 06 '21 15:08 abdullah2993