Hello there,
I need to know, if mySQL Server have a function to convert data from String to Integer? Please reply.
Thanks. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Simply change your column type. If you mean during queries strcolumn*1 (or+0)
should do the job. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --