Guest User

Untitled

a guest
Jan 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. select * from myshp a
  2. where a.test = 1234;
  3.  
  4. select * from myshp
  5. where st_intersects(geometry, make_point(1,2));
Add Comment
Please, Sign In to add comment