I want to search for
_01
in a column, but when I do this using LIKE
it also finds all cells with 01
and not just those with _01
.
### Example
Select * from customers
where code like'%_01'
### Result

Asked by Michael Lechner
(31 rep)
Jan 23, 2025, 09:37 AM
Last activity: Jan 23, 2025, 11:59 AM
Last activity: Jan 23, 2025, 11:59 AM