From 70f54d1da5d451da6e7233e3b30ab955e6813254 Mon Sep 17 00:00:00 2001 From: "vladimir.buzalka" Date: Mon, 6 Oct 2025 16:28:48 +0200 Subject: [PATCH] z230 --- 02.2 Testík.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.2 Testík.py b/02.2 Testík.py index 9f711c4..14538ee 100644 --- a/02.2 Testík.py +++ b/02.2 Testík.py @@ -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 '7'") + cur.execute("select rodcis, prijmeni, jmeno from kar where rodcis starting with '6'") # cur.execute("select first 2 rodcis, prijmeni, jmeno from kar where rodcis starting with '0'") # Vytvor seznam rodnych cisel, která už máme