SQL-字符串拼接

一:PostgreSql SELECT CONCAT("name=","lich",NULL) AS test; SELECT CONCAT("name=","lich") AS test;