I have a value 8122
which has a trailing space at the end. Why does my sql script isn't catching this? This is the sql script:
select * from values where value like '% ' or value like ' %';
How to set the LIKE to be more sensitive in this sense?