DS
Size: a a a
DS
ΑZ
DS
DS
DS
DS
SP
DS
AN
ΑZ
ALTER TABLE dbo."Persons"
ADD CONSTRAINT verify_location
CHECK (ST_X(ST_AsEWKT("Location"))::numeric >= -180)
back_dev2.public> UPDATE dbo."Persons"
SET "Location" = 'SRID=4326;POINT(-500 10)'
WHERE "Id" = 'd0636847-d6c5-4c6a-bed0-a83b00b536e3'
[2021-04-08 18:11:03] [00000] Coordinate values were coerced into range [-180 -90, 180 90] for GEOGRAPHY
[2021-04-08 18:11:03] 1 row affected in 115 ms
DS
DS
DS
ΑZ
ΑZ
p
DS
ΑZ
ΑZ
ΑZ