求postgreSQL 数字字符串转int函数 :cry:
to_char(int, text),比如to_char(125, '999')。to_char(125)应该也行,可以试试,至少在oracle上可以