Selecting data without using SQLAlchemy package stmt = 'SELECT * FROM instrument' results = engine.execute(stmt).fetchall() print(results).
確定! 回上一頁