SELECT do SQL com fetch no SQLite3 do Python
This commit is contained in:
@@ -51,7 +51,9 @@ cursor.executemany(sql, (
|
||||
{'nome': 'Joana', 'peso': 5},
|
||||
))
|
||||
connection.commit()
|
||||
print(sql)
|
||||
|
||||
cursor.close()
|
||||
connection.close()
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(sql)
|
||||
|
||||
Reference in New Issue
Block a user