How can I make this Oracle 11g piece of SQL work on PostgreSQL?
CREATE OR REPLACE TYPE GeoCoord AS OBJECT (
Longitude NUMBER,
Latitude NUMBER);
How can I make this Oracle 11g piece of SQL work on PostgreSQL?
CREATE OR REPLACE TYPE GeoCoord AS OBJECT (
Longitude NUMBER,
Latitude NUMBER);
Copyright © 2021 Jogjafile Inc.
I'm not use but you can use like this;
Create Type
or you can find it in
Postgresql