MATCH Command
Posted: Sat Feb 18, 2006 7:53 am
When trying to search against a row ID using the MATCHES command:
SELECT id FROM PATN WHERE id MATCHES '43%;
I get everything with a 4 as the first character. If I change '43%' to '43f%', which I know has at least 10 hits, I get nothing. How do I make the command work?
SELECT id FROM PATN WHERE id MATCHES '43%;
I get everything with a 4 as the first character. If I change '43%' to '43f%', which I know has at least 10 hits, I get nothing. How do I make the command work?