Guest User

Untitled

a guest
Jan 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. SELECT
  2. *
  3. FROM
  4. `address_components`
  5. WHERE
  6. MBRContains (
  7. ST_MakeEnvelope (
  8. ST_GeomFromText ( 'POINT(39.643950680292 -79.981536819708)', 4326 ),
  9. ST_GeomFromText ( 'POINT(39.641252719708 -79.984234780292)', 4326 )
  10. ),
  11. `location`
  12. );
Add Comment
Please, Sign In to add comment