I am searching for a string like Cityname, State in mysql table where state name is 2 letter char.
Posted
by subson
on Stack Overflow
See other posts from Stack Overflow
or by subson
Published on 2010-04-16T15:52:01Z
Indexed on
2010/04/16
17:43 UTC
Read the original article
Hit count: 108
I am searching for a string like Cityname, State (e.g.Moline,IL) in mysql table. How can i make the query using regexp in mysql.
© Stack Overflow or respective owner