Hi All,
Can someone tell me how to use query to find or group records which using regular expression in MySQL?
eg. tableID = from 0001 to 9999
1) I want to find all records that match tableID the first and the third is digit 1.(eg: 1017,1717, 1614......), if i use query below ,
select *...