I want to return rows of data if in one column there are certain characters. So the row would return if in the specified column there was one of two sets of characters that i'd specified. I have used the following but it doesn't recognize the second variable:
"Title" LIKE 'Digi%' or 'Title' LIKE 'Brand%'
Is it possible to return results in this way?