This commit is contained in:
michaela.buzalkova
2025-10-07 09:06:43 +02:00
parent 70f54d1da5
commit 746963157a
2 changed files with 9 additions and 10 deletions

View File

@@ -252,7 +252,7 @@ def main():
con = get_medicus_connection()
cur = con.cursor()
cur.execute("select rodcis, prijmeni, jmeno from kar where rodcis starting with '6'")
cur.execute("select rodcis, prijmeni, jmeno from kar where rodcis starting with '1'")
# cur.execute("select first 2 rodcis, prijmeni, jmeno from kar where rodcis starting with '0'")
# Vytvor seznam rodnych cisel, která už máme