We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca535a commit c79ab6fCopy full SHA for c79ab6f
README.md
@@ -81,7 +81,7 @@ conn.executemany(
81
[("Sony Music Entertainment", 2020), ("EMI Music Publishing", 2021)],
82
)
83
84
-cursor = conn.execute("SELECT * FROM cars")
+cursor = conn.execute("SELECT * FROM producers")
85
86
for row in cursor:
87
print(row)
0 commit comments