Sunday, September 16, 2012

MySQL Convert varchar to int with function CAST


select cast(`varchar_string`as SIGNED int)
from phone_table

No comments:

Post a Comment