1回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
This is an old school answer but you could do it with something like:
SELECT * FROM foo WHERE ... UNION ALL select count(*), NULL from foo WHERE ...;
The last row will contain the count of the query
回答済み 2年前
関連するコンテンツ
- 質問済み 6年前
- AWS公式更新しました 2年前