我试图使用这个sql:
SELECT date_format(signdate , '%Y-%c-%d %h:%i:%s' ) as post_date ,
date_format(NOW(), '%Y-%c-%d %h:%i:%s' ) as post_date_gmt
FROM `article` where outkey = 'Y'
post_date的结果为null,但post_date正在运行。那么如何使用funciton date_format格式化signdate(例如:signdate是1095959971)?
答案 0 :(得分:0)