Comment
15-06-2021
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
@LaurentLam you forgot something very important in your good practice example : the order by clause ![]()
<queryDef schema="nms:recipient" operation="select" lineCount="100">
<where>
<condition expr={"[@id] > " + var.lastProcessedId} />
</where>
<orderBy>
<node expr="[@id]" />
</orderBy>
</queryDef>
Cédric