fertig für Produktivsetzung
This commit is contained in:
parent
2578aeb36e
commit
954dee5e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ try:
|
||||||
cursor.execute("""CREATE TABLE Filosofie (
|
cursor.execute("""CREATE TABLE Filosofie (
|
||||||
Nr INTEGER, Filosofie TEXT)""")
|
Nr INTEGER, Filosofie TEXT)""")
|
||||||
except:
|
except:
|
||||||
#print ('weiter')
|
None
|
||||||
sql = "SELECT * FROM Filosofie ORDER BY Nr DESC"
|
sql = "SELECT * FROM Filosofie ORDER BY Nr DESC"
|
||||||
resp = cursor.execute(sql)
|
resp = cursor.execute(sql)
|
||||||
resp3=resp
|
resp3=resp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue