Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Denubis/bce9e1d1c7e9001b6f62 to your computer and use it in GitHub Desktop.

Select an option

Save Denubis/bce9e1d1c7e9001b6f62 to your computer and use it in GitHub Desktop.
select uuid, response, hex(asbinary(geospatialcolumn))
from latestnondeletedarchentidientifiers
join latestnondeletedarchent using (uuid)
join createdModifiedAtBy using (uuid)
WHERE arowid in (SELECT pkid
FROM idx_archentity_geospatialcolumn
WHERE pkid MATCH RTreeIntersects(?, ?, ?, ?)
)
order by createdAt
limit ?;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment