If you have a lot of data in your table, this wouldn’t be ideal. But you could do something like.
WHERE REPLACE(column, " ", "") LIKE "%lookat%"
2
solved Regular expression to match a string with out space with string with spaces [closed]
If you have a lot of data in your table, this wouldn’t be ideal. But you could do something like.
WHERE REPLACE(column, " ", "") LIKE "%lookat%"
2
solved Regular expression to match a string with out space with string with spaces [closed]