postgreSql 常用查询总结
时间:2021-07-01 10:21:17
帮助过:7人阅读
beg_time, end_time, extract(epoch
from to_timestamp(end_time,
‘yyyy-mm-dd-HH24-MI-SS-US‘))-extract(epoch
from to_timestamp(beg_time,
‘yyyy-mm-dd-HH24-MI-SS-US‘))
from cdb_all_iu_data
where beg_time >
‘2017-09-21‘
注:beg_time, end_time以TEXT形式存储,求时间差时转化为时间戳再相减得到结果(s)
postgreSql 常用查询总结
标签:pre 存储 ons res 结果 alt post mes for