How can I search by status using LIKE operator ~

Arnold Roa October 31, 2018

I wanto to do a query that includes all status that startarts for "Waiting for", however the `status` field is only accepting the IN() operator that forces me to write the whole status name.

1 answer

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 31, 2018

Hello,

You can not do it. The like operator is not defined for the status searcher.

Suggest an answer

Log in or Sign up to answer