papaface Posted September 19, 2007 Share Posted September 19, 2007 Hello, How can I find any record where the first character is a number? I have this 'WHERE alias RLIKE "[0-9]" But that finds any records with numbers in them, when I just want it to be the first letter. regards Link to comment https://forums.phpfreaks.com/topic/69982-solved-find-any-record-where-the-first-character-is-a-number/ Share on other sites More sharing options...
effigy Posted September 20, 2007 Share Posted September 20, 2007 ^[0-9] Link to comment https://forums.phpfreaks.com/topic/69982-solved-find-any-record-where-the-first-character-is-a-number/#findComment-351576 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.