I'm trying to find all rows that have multiple underlines in them separated by some characters, like: The boys ____ to the store to ___ up some groceries
I tried SELECT * FROM "Questions" WHERE "questionText" LIKE '%_%_%' but this seems to return everything.
'x__x'qualify? How about'______ x'or'x _'?Hi _, this is _. would qualifyMore than one ____ would not qualifyJust one _ would not qualify