'UPDATE geograwdata SET LatLon = GeometryFromText('POINT(somecoordinates)',
4326) WHERE 'oid' = (someoid)') '
This is the code I came up with and it's not working, what is wrong with my
code?
geograwdata is the name of the table
LatLon is the name of the column
thanks!