字符函数 concat() select concat(【字段1名】, 【字段2名】, ...) from 【表名】; format() 千分位,如format(12345.526,2)的结果为12,345.53