This repository contains C and Python tutorial programs created for learning purposes, inspired by YouTube tutorials. It's a personal practice space to strengthen programming fundamentals. - Ab ...
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( ...