andialbrecht / sqlparse

A non-validating SQL parser module for Python
BSD 3-Clause "New" or "Revised" License
3.76k stars 700 forks source link

page_instance LIKE '%search_entry%' #714

Open HADES-S opened 1 year ago

HADES-S commented 1 year ago

how can i take "page_instance LIKE '%search_entry%'" as a token like Comparison ,because i need to rewrite the like operator, and now it represents as a list of token?

image

thanks