Sample Header Ad - 728x90

I want to search for _01

3 votes
1 answer
517 views
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 enter image description here
Asked by Michael Lechner (31 rep)
Jan 23, 2025, 09:37 AM
Last activity: Jan 23, 2025, 11:59 AM