Hi Guys, how can I get all rows including specific...
# orm-help
t
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
You can use contains for this.
t
Thank you Ryan for your help and fast response.
💯 1