摘要: MySQL字段拼接 部分引用:原文地址 1.concat()函数字段拼接 用法: concat(str1,str2,...) 栗子: select concat(s_id,s_name,s_sex) from student where s_id = '01' or s_id = '02' tip: 阅读全文
posted @ 2020-10-02 17:14 清风吹拂啊狂风肆虐 阅读(723) 评论(0) 推荐(0)