Skip to content

Commit

Permalink
generate new docu after tables renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Dec 22, 2024
1 parent a89eae3 commit 76cedc0
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions wiki/TABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Einwohnerinnen in den Stadtteilen 2011 bis 2021

```sql
SELECT * FROM fl_residents_by_districts;
SELECT * FROM fl_residents_by_district;
```

```sql
Expand Down Expand Up @@ -120,7 +120,7 @@ Anzahl der Geburten und Geburtenquoten in den Stadtteilen 2011 bis 2021


```sql
SELECT * FROM fl_births_by_districts;
SELECT * FROM fl_births_by_district;
```

```sql
Expand Down Expand Up @@ -266,7 +266,7 @@ Altenquotient 2011 bis 2021 differenziert nach Stadtteilen


```sql
SELECT * FROM fl_age_ratio_by_districts;
SELECT * FROM fl_age_ratio_by_district;
```

```sql
Expand Down Expand Up @@ -387,7 +387,7 @@ Einwohnerinnen in den Stadtteilen differenziert nach Altersgruppen in 2021


```sql
SELECT * FROM fl_age_groups_of_residents_by_districts;
SELECT * FROM fl_age_groups_of_residents_by_district;
```

```sql
Expand Down Expand Up @@ -430,7 +430,7 @@ Anzahl der Kinder und Jugendlichen bis unter 18 Jahren und Anteil an der Gesamtb


```sql
SELECT * FROM fl_children_age_under_18_by_districts;
SELECT * FROM fl_children_age_under_18_by_district;
```

```sql
Expand Down Expand Up @@ -551,7 +551,7 @@ Personen im Alter von 18 bis unter 65 Jahren und Anteil an der Gesamtbevölkerun


```sql
SELECT * FROM fl_residents_age_18_to_under_65_by_districts;
SELECT * FROM fl_residents_age_18_to_under_65_by_district;
```

```sql
Expand Down Expand Up @@ -672,7 +672,7 @@ Personen im Alter von 65 Jahren und älter in den Stadtteilen 2011 bis 2021


```sql
SELECT * FROM fl_residents_age_65_and_above_by_districts;
SELECT * FROM fl_residents_age_65_and_above_by_district;
```

```sql
Expand Down Expand Up @@ -793,7 +793,7 @@ Anzahl der Personen mit Migrationshintergrund und Anteil an der Gesamtbevölkeru


```sql
SELECT * FROM fl_migration_background_by_districts;
SELECT * FROM fl_migration_background_by_district;
```

```sql
Expand Down Expand Up @@ -863,7 +863,7 @@ Anzahl der sozialversicherungspflichtig Beschäftigten nach Stadtteilen 2017 bis

```sql
SELECT * FROM fl_employed_with_pension_insurance_by_districts;
SELECT * FROM fl_employed_with_pension_insurance_by_district;
```

```sql
Expand Down Expand Up @@ -960,7 +960,7 @@ Arbeitslose und Anteil an der Bevölkerung im Alter von 18 bis unter 65 Jahren i

```sql
SELECT * FROM fl_unemployed_residents_by_districts;
SELECT * FROM fl_unemployed_residents_by_district;
```

```sql
Expand Down Expand Up @@ -1057,7 +1057,7 @@ Anzahl der Arbeitslosen nach ausgewählten Merkmalen in den Stadtteilen (zum 30.

```sql
SELECT * FROM fl_unemployed_residents_by_districts_categorized;
SELECT * FROM fl_unemployed_residents_categorized_by_district;
```

```sql
Expand Down Expand Up @@ -1104,7 +1104,7 @@ Wohngeldempfängerinnen und ihr Anteil an der Gesamtbevölkerung in den Stadttei

```sql
SELECT * FROM fl_housing_benefit_by_districts;
SELECT * FROM fl_housing_benefit_by_district;
```

```sql
Expand Down Expand Up @@ -1227,7 +1227,7 @@ Wohnungshilfefälle 2021

```sql
SELECT * FROM fl_housing_assistance_cases_by_districts;
SELECT * FROM fl_housing_assistance_cases_by_district;
```

```sql
Expand Down Expand Up @@ -1272,7 +1272,7 @@ Von Wohnungslosigkeit bedrohte Haushalte (Räumungsklagen) in den Stadtteilen 20

```sql
SELECT * FROM fl_households_at_risk_of_homelessness_by_districts;
SELECT * FROM fl_risk_homelessness_by_district;
```

```sql
Expand Down Expand Up @@ -1369,7 +1369,7 @@ Anzahl der Personen im Bezug von Leistungen nach SGB II, III und XIl (im Alter v

```sql
SELECT * FROM fl_beneficiaries_age_15_to_under_65_by_districts;
SELECT * FROM fl_beneficiaries_age_15_to_under_65_by_district;
```

```sql
Expand Down Expand Up @@ -1414,7 +1414,7 @@ Anzahl der Regelleistungsberechtigten nach SGB Il und Anteil an der Bevölkerung


```sql
SELECT * FROM fl_beneficiaries_by_districts;
SELECT * FROM fl_beneficiaries_by_district;
```

```sql
Expand Down Expand Up @@ -1496,7 +1496,7 @@ Regelleistungsberechtigte nach SGB II nach ausgewählten Merkmalen in den Stadtt


```sql
SELECT * FROM fl_beneficiaries_characteristics_by_districts;
SELECT * FROM fl_beneficiaries_characteristics_by_district;
```

```sql
Expand Down Expand Up @@ -1543,7 +1543,7 @@ Nichterwerbsfähige Leistungsberechtigte in Bedarfsgemeinschaften nach SGB II (

```sql
SELECT * FROM fl_inactive_beneficiaries_in_households_by_districts;
SELECT * FROM fl_inactive_beneficiaries_households_by_district;
```

```sql
Expand Down Expand Up @@ -1625,7 +1625,7 @@ Empfängerinnen der Grundsicherung nach ausgewählten Merkmalen in den Stadtteil


```sql
SELECT * FROM fl_basic_benefits_income_by_districts;
SELECT * FROM fl_basic_benefits_income_by_district;
```

```sql
Expand Down

0 comments on commit 76cedc0

Please sign in to comment.