Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. > SELECT ST_LineString(Point(0,0), Point(0,1));
  2. ERROR 1305 (42000): FUNCTION ST_LineString does not exist
  3.  
  4. SELECT LineString(Point(0,0), Point(0,1));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement