sqlparser icon indicating copy to clipboard operation
sqlparser copied to clipboard

Compare semantically two SQL strings

Open ortuman opened this issue 6 years ago • 0 comments

Is there any way that I can compare semantically to SQL senteces using sqlparser?

For example, this two sentences should be the same...

1.) SELECT * FROM tbl WHERE a = 2 AND b = 4 2.) SELECT * FROM tbl WHERE 4 = b AND a = 2

Thanks in advance!

ortuman avatar Jan 25 '18 10:01 ortuman