Join Slack
Powered by
Hi Guys, how can I get all rows including specific...
# orm-help
t
Tarik Brat
08/23/2021, 10:47 AM
Hi Guys, how can I get all rows including specific word in one column. Example: column_name(varchar): "This is just a test", return if column_name includes "test"
r
Ryan
08/23/2021, 10:48 AM
You can use
contains
for this.
t
Tarik Brat
08/23/2021, 10:50 AM
Thank you Ryan for your help and fast response.
💯 1
3
Views
Open in Slack
Previous
Next