From 90dd28e694d7facbf32148bca357473a9e61b4de Mon Sep 17 00:00:00 2001 From: vlado Date: Sat, 24 Jan 2026 13:51:20 +0100 Subject: [PATCH] tw22 --- Reporty02.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reporty02.py b/Reporty02.py index 627a4bc..8c196e4 100644 --- a/Reporty02.py +++ b/Reporty02.py @@ -25,7 +25,7 @@ sheet = wb.active #Načtení registrovaných pacientů -cur.execute("select rodcis,prijmeni,jmeno,datum_registrace,registr.idpac,poj from registr join kar on registr.idpac=kar.idpac where kar.vyrazen!='A' and kar.rodcis is not null and idicp!=0 and datum_zruseni is null") + cur.execute("select rodcis,prijmeni,jmeno,datum_registrace,registr.idpac,poj from registr join kar on registr.idpac=kar.idpac where kar.vyrazen!='A' and kar.rodcis is not null and idicp!=0 and datum_zruseni is null") nacteno=cur.fetchall() print(len(nacteno))