#获取当前时间 select now(); #将时间类型转换为字符串类型 timestamp/date可选 SELECT to_char(now()::timestamp , 'YYYY-MM-DD HH24:MI:ss')::text