By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
INSERT 0 3
DELETE 1
| id | creation_date | col1 | col2 | col3 |
|---|---|---|---|---|
| 1 | 2021-04-21 00:00:00 | a | b | e |
| 3 | 2021-04-21 00:00:00 | c | d | e |
SELECT 2
CREATE TABLE
INSERT 0 3
DELETE 1
| id | creation_date | col1 | col2 | col3 |
|---|---|---|---|---|
| 1 | 2021-04-21 00:00:00 | a | b | e |
| 3 | 2021-04-21 00:00:00 | c | d | e |
SELECT 2