ERROR SR001: There's no spatial reference system with SRID 432. create table geo(g geometry not null); insert into geo values(ST_GeomFromText('POINT(1 1)', 0)); insert into geo values(ST_GeomFromText( ...
This is completely for SQL Assignments. Contribute to KarthiApi/SQL_Assignments development by creating an account on GitHub.