标签:
1.字符串拼接
select distinct concat(concat(name,‘-‘),age) as msg from student where name like ‘李%‘ order by name asc,age desc;
SQL学习
原文地址:http://www.cnblogs.com/yongwangzhiqian/p/5691548.html