Need to run OR WHERE condition but looks like it is not supported yet. I need to find the records as per below: `SELECT * FROM table_name WHERE title = 'test' or field like 'test%'` Any suggestion on this?
Need to run OR WHERE condition but looks like it is not supported yet.
I need to find the records as per below:
SELECT * FROM table_name WHERE title = 'test' or field like 'test%'Any suggestion on this?