Skip to content

Commit

Permalink
add automated sql documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed May 13, 2024
1 parent 9ab40ba commit ac68efc
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions wiki/TABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1515,13 +1515,20 @@ SELECT * FROM debt_counseling_residents;
id | year | household_type_id | residents
----+------+-------------------+-----------
1 | 2021 | 1 | 767
2 | 2021 | 2 | 403
3 | 2021 | 3 | NULL
4 | 2021 | 4 | 381
5 | 2021 | 5 | 350
6 | 2021 | 6 | 528
7 | 2021 | 7 | 60
(7 rows)
2 | 2022 | 1 | 386
3 | 2021 | 2 | 403
4 | 2022 | 2 | 238
5 | 2021 | 3 | NULL
6 | 2022 | 3 | 4
7 | 2021 | 4 | 381
8 | 2022 | 4 | 210
9 | 2021 | 5 | 350
10 | 2022 | 5 | 138
11 | 2021 | 6 | 528
12 | 2022 | 6 | 198
13 | 2021 | 7 | 60
14 | 2022 | 7 | 61
(14 rows)
```


Expand Down

0 comments on commit ac68efc

Please sign in to comment.