By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version |
|---|
| PostgreSQL 10.23 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-15), 64-bit |
SELECT 1
CREATE TABLE
CREATE TABLE
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
| postid | title | author | votecount | created | votecount |
|---|---|---|---|---|---|
| 1 | test1 | 1 | 0 | 2024-04-23 11:10:29.832765 | 0 |
| 2 | test2 | 1 | -1 | 2024-04-23 11:10:29.832765 | 0 |
SELECT 2
| postid | title | author | created | votecount | uservote |
|---|---|---|---|---|---|
| 1 | test1 | 1 | 2024-04-23 11:10:29.832765 | 0 | 0 |
| 2 | test2 | 1 | 2024-04-23 11:10:29.832765 | -1 | 0 |
SELECT 2