Appending condition to existing WHERE clause #263
-
Hi! Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
tobymao
Jul 22, 2022
Replies: 1 comment 1 reply
-
You can just call where on the select statement.
this defaults to AND, if you want to rewrite the Where, you can do
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tobymao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can just call where on the select statement.
this defaults to AND, if you want to rewrite the Where, you can do