You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describtion
We want to use the geography data type of Ms SQL. Some of these functions have to be called like geography::STGeomFromText(). prefSQL does not allow such calls.
It is of course not necessary that prefSQL has to support this.
Example Query
SELECTo.OBJ_IDas Id,
geography::STGeomFromText('POINT (8.436462 47.147035)',
4326) AS Rotkreuz,
o.OBJ_KOORDINATEN.STDistance('POINT (8.436462 47.147035)',4326) AS DistanceToRotkreuz
FROM T_Objekt o
SKYLINE OF o.OBJ_OBJEKTART ('Haus'>> OTHERS EQUAL),
o.OBJ_KOORDINATEN.STDistance('POINT (8.436462 47.147035)',4326) LOW)
Describtion
We want to use the geography data type of Ms SQL. Some of these functions have to be called like
geography::STGeomFromText()
. prefSQL does not allow such calls.It is of course not necessary that prefSQL has to support this.
Example Query
Exception
mismatched input ':' expecting {, ';', ',', '=', '*', '+', '-', '||', '/', '%', '<<', '>>', '&', '|', '<', '<=', '>', '>=', '==', '!=', '<>', K_AND, K_AS, K_BETWEEN, K_EXCEPT, K_FROM, K_IN, K_INTERSECT, K_IS, K_ISNULL, K_LIKE, K_MATCH, K_NOT, K_NOTNULL, K_OR, K_ORDER, K_UNION, K_WHERE, K_SKYLINE, K_GROUP, IDENTIFIER, STRING_LITERAL}
The text was updated successfully, but these errors were encountered: