时序数据库Influxdb带时间查询

select * from table_name where  time<='2021-12-15T23:59:59+08:00'  order by time desc   limit 1
  • +08:00 代表UTC时间与本地时间差了8小时

你可能感兴趣的:(Linux,时序数据库,数据库,database)