PrismaP
Prisma16mo ago
dc3

New Prisma 5.19 TypeSQL: other statements beyond select

Greetings

The TypeSQL support an insert statement like this? (Assuming PostGIS was installed).

INSERT INTO locations (name, geom)
VALUES ('Sample Location', ST_GeomFromText('POINT(-73.935242 40.730610)', 4326));
Was this page helpful?