harchew Posted January 23, 2008 Share Posted January 23, 2008 I need to perform a sql statement to retrieve all data staring with non-alphabet's eg(8tel, 5go, 1Sir...). I tired using the method but its not working.. Select * from table where column LIKE '[0-9]%' May i know what went wrong? Quote Link to comment https://forums.phpfreaks.com/topic/87305-data-staring-with-non-alphabets-eg8tel-5go-1sir/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.