Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fehlerhafte(?) Anlagenbetreiberart #6

Open
hbruch opened this issue Dec 12, 2021 · 0 comments
Open

Fehlerhafte(?) Anlagenbetreiberart #6

hbruch opened this issue Dec 12, 2021 · 0 comments

Comments

@hbruch
Copy link
Collaborator

hbruch commented Dec 12, 2021

Für eine Anlage ist die Anlagenbetreiberart mutmaßlich fehlerhaft mit 1 statt 517 angegeben:

$ select AnlagenbetreiberPersonenArt, AnlagenbetreiberName from mastr.mastr where anlagenbetreiberpersonenart=1;
 anlagenbetreiberpersonenart |        anlagenbetreibername
-----------------------------+-------------------------------------
                           1 | natürliche Person (ABR972607409817)
(1 row)

$ select AnlagenbetreiberPersonenArt, count(*) from mastr.mastr group by AnlagenbetreiberPersonenArt;
 anlagenbetreiberpersonenart |  count
-----------------------------+---------
                           1 |       1
                         517 |  384315
                         518 | 2295942
                             |    3244
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant