MySQL 函数
MySQL> select date_format(now(),'%Y-%m-%d');
MySQL> select time_format(now(),'%H-%i-%S');
-- 连接字符串, CONCAT
select CONCAT('My', 'S', 'QL');
MySQL> select date_format(now(),'%Y-%m-%d');
MySQL> select time_format(now(),'%H-%i-%S');
-- 连接字符串, CONCAT
select CONCAT('My', 'S', 'QL');