hi all,
I am trying to query my database to return data that starts with a number, can anyone help with this? -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
i thinmk it is just a case of using a regular expression means
SELECT * FROM myTable
WHERE myColumn REGEXP '^[0-9].*' -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --