我用insert into a(aa) values(now())可以插入,但是select时只显示日期,没有时间,但是改为insert into a(aa) values(current_time)就报错。aa字段定义为int4类型。我该如何实现这条sql语句呢?谢谢