Is there a way to include timezone information in a select query?

前端 未结 0 882
孤城傲影
孤城傲影 2021-01-06 03:55

I have these queries

CREATE TABLE times (
  time TIMESTAMP
);

insert into times values(now());
select * from times;
          time            
--------------         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题