Skip to content

Commit 28dce71

Browse files
authored
Update README.md
1 parent e0e5c9b commit 28dce71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ connection = ("SERVER=<your_server_name>;DATABASE=<your_database_name>;UID=<your
5252

5353
# Execute a query
5454
cursor = connection.cursor()
55-
cursor.execute("SELECT @@version")
55+
cursor.execute("SELECT * from customer")
5656
rows = cursor.fetchall()
5757

5858
for row in rows:

0 commit comments

Comments
 (0)