このクエリの何が問題なのですか。
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を使用してテーブル内のすべての行の数を取得するにはどうすればよいですか