mysql oracle postgresql concat

concat是连接字符串的意思。

例如:

1、oralce举例:

select concat('man','jia','hua') from dual;

2、mysql举例:

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

参考链接 

猜你喜欢

转载自wandejun1012.iteye.com/blog/1940740