z230
This commit is contained in:
@@ -252,7 +252,7 @@ def main():
|
|||||||
|
|
||||||
con = get_medicus_connection()
|
con = get_medicus_connection()
|
||||||
cur = con.cursor()
|
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'")
|
# cur.execute("select first 2 rodcis, prijmeni, jmeno from kar where rodcis starting with '0'")
|
||||||
|
|
||||||
# Vytvor seznam rodnych cisel, která už máme
|
# Vytvor seznam rodnych cisel, která už máme
|
||||||
|
|||||||
Reference in New Issue
Block a user