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 d2568da commit aaa73aaCopy full SHA for aaa73aa
README.rst
@@ -106,7 +106,7 @@ SQLAlchemy
106
from sqlalchemy.schema import *
107
engine = create_engine('bigquery://project')
108
table = Table('dataset.table', MetaData(bind=engine), autoload=True)
109
- print(select([func.count('*')], from_obj=table().scalar())
+ print(select([func.count('*')], from_obj=table().scalar()))
110
111
112
Project
0 commit comments