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 d1c3583 commit 15689fbCopy full SHA for 15689fb
0x0F-python-object_relational_mapping/5-filter_cities.py
@@ -71,9 +71,9 @@ def get_cities(av):
71
# execute raw sql
72
# """
73
# SELECT cities.name FROM states
74
- #INNER JOIN cities ON states.id = cities.state_id
75
- #WHERE states.name = %s
76
- #ORDER BY cities.id ASC
+ # INNER JOIN cities ON states.id = cities.state_id
+ # WHERE states.name = %s
+ # ORDER BY cities.id ASC
77
78
rows = "cities.name"
79
tables = "cities"
0 commit comments