这个查询有什么问题。
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 Core获取表中所有行的数量