I am using the following query
SELECT * FROM xnwu4_shows WHERE show_name REGEXP '^(0-9)'
it gives a empty result but according to mysql mannual used function is correct and should be gives some result because my database table have type (Regular Expression, string started with a numeric value or any number) of data.
Give me any idea to resolve above problem