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.
uid[unique=true]項目タイプ (従業員など) のすべてのインスタンスを更新する必要がありますが、 ?を使用して各行を更新したくありません。
uid[unique=true]
これは修飾子で行うことができます[batchmode=true]。一意の属性を含める必要があるため、更新されるアイテムを設定する必要があります。
[batchmode=true]
UPDATE Employee[batchmode=true];itemtype(code)[unique=true];myAttribute ;Employee;""