代码之家  ›  专栏  ›  技术社区  ›  Cyrus the Great

在postgis中条件不正确时创建新行

  •  0
  • Cyrus the Great  · 技术社区  · 7 年前

    我已执行此查询:

    SELECT
           id, user_id, device_id, date(creation_date_time) as day, shape
    from olocations
    where user_id = 'd0edfc59-9923-44c3-9c34-ef5aad3cb810'
      and device_id = '89984320001811791540'
    group by id, creation_date_time
    ORDER BY creation_date_time ASC
    

    enter image description here

    所有的数据都是按时间排序的,并且可以进行距离比较。 我知道 st_dwithin 但是当我可以改变10个点之间的距离时,我可以怎么检查?

    0 回复  |  直到 7 年前