Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the QueryParams support 'LIKE' filter? #61

Open
diuming opened this issue Jul 3, 2018 · 0 comments
Open

Does the QueryParams support 'LIKE' filter? #61

diuming opened this issue Jul 3, 2018 · 0 comments
Labels
question Further information is requested

Comments

@diuming
Copy link

diuming commented Jul 3, 2018

SQL Statement

SELECT a, b FROM t1
WHERE (a LIKE '%b' OR a = 'apple') AND b > 5
ORDER BY b ASC, a DESC
OFFSET 5;

thanks

@kilnerm kilnerm added the question Further information is requested label Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants