concat 函数 concat 函数在连接字符串的时候,只要其中一个是NULL,那么将返回NULLhive> select concat('a','b');abhive> select concat('a','b',null);NULL