Error Code: 1367. Illegal non geometric
Hello Guys i have a Question why is this Code not working ?
SET @testAreaPointOben = POINT(51.061923 , 13.745996);
SET @testAreaPointRechts = POINT(51.059139 , 13.749607);
SET @testAreaPointUnten = POINT(51.055553 , 13.746724);
SET @testAreaPointLinks = POINT(51.058729 , 13.743083);
SET @testAreaLineString = linestring(@testAreaPointOben,@testAreaPointRechts,@testAreaPointUnten,@testAreaPointLinks);
the Respons is : Error Code: 1367. Illegal non geometric '(@`testAreaPointOben`)' value found during parsing
but i dont know why ? How i have to create Points right ?
Subject
Views
Written By
Posted
Error Code: 1367. Illegal non geometric
4309
November 19, 2015 05:53AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.