Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AQL で影響を受けるドキュメントの数を取得するにはどうすればよいですか?
次のようなクエリがあるとします。
FOR u IN users FILTER u.active == true UPDATE u WITH { numberOfLogins: 0 } IN users
影響を受けるドキュメントの数を取得するにはどうすればよいですか?