MYSQL教程之 concat

concat函数():将多个字符串连接成一个字符串

连接的字符串里有一个值为空,就返回空

eg:select id,concat(username,password) as info from t1

posted @ 2019-05-24 15:54  bin-y  阅读(191)  评论(0编辑  收藏  举报