Changes between Initial Version and Version 1 of Ticket #5032


Ignore:
Timestamp:
Dec 10, 2021, 12:32:23 PM (2 years ago)
Author:
Björn Harrtell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5032 – Description

    initial v1  
    22
    33{{{
    4 drop table test;
     4drop table if exists test;
    55with vals(k, geom) as (values (1, 'POINT(1 1)'::geometry), (2, 'POINT(1 2)'::geometry))
    66select * into table test from vals;