fertig für Produktivsetzung

This commit is contained in:
hubobel 2019-02-16 20:39:53 +01:00
parent 2578aeb36e
commit 954dee5e9e

View file

@ -12,7 +12,7 @@ try:
cursor.execute("""CREATE TABLE Filosofie (
Nr INTEGER, Filosofie TEXT)""")
except:
#print ('weiter')
None
sql = "SELECT * FROM Filosofie ORDER BY Nr DESC"
resp = cursor.execute(sql)
resp3=resp