MySQL时间增加、字符串拼接

SELECT DATE_ADD(startTime,  INTERVAL 10 SECOND);

CONCAT(string1,string2,…)

05-11 13:41