regex - Update MySQL table & Regexp -
i have mysql table 4 millions of records having field "hello@xyz.com22-03-2015". concatenated date not fixed 4 million records. wondering how can remove numbers or string after @xyz using mysql. 1 possible solution must somehow regular expression , know mysql not allow replace using regex, wondering how particular task can completed. want remove after @xyz.com
many thanks
Comments
Post a Comment