mysql sqlserver Oracle字符串连接

mysql

mysql> select CONCAT('My', 'S', 'QL');

sqlserver

select name+'aa' from student;

oracle

select 'aa'||'bb' from student;

posted on 2014-02-19 11:16  wcq  阅读(316)  评论(0编辑  收藏  举报

导航