一:PostgreSql

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

SELECT CONCAT("name=","lich") AS test;