Guest User

Untitled

a guest
Mar 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. DROP TABLE IF EXISTS mypoint;
  2. CREATE TEMP TABLE mypoint (mpoint geometry primary key);
  3. SELECT create_reference_table('mypoint');
Add Comment
Please, Sign In to add comment