1
這個查詢有什麼問題。sql鍊金術標量查詢問題?
self.connection.execute(select([func.count(table.c.id)]).as_scalar())
這給我這個回溯
StatementError: Not an executable clause (original cause: ArgumentError:
Not an executable clause) '(SELECT count(table.id) AS count_1 \nFROM agent)'
或我怎麼能得到所有行的表中的使用SQLAlchemy的核心數量