Perform a query with LIKE clause #558
-
How do you perform a query with LIKE clause? |
Beta Was this translation helpful? Give feedback.
Answered by
vmihailenco
Jun 8, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
own2pwn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where("login LIKE ?", "%"+param+"%")
should work