Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2014 11:44 AM
With such a schema
<ubx_convention:avis>
<item>
<instance>Instance Centrales/Conseil d'administration</instance>
<date>2014-10-09T22:00:00.00Z</date>
</item>
<item>
<instance>Instance opérat/Conseil d'UF xxx</instance>
<date/>
</item>
</ubx_convention:avis>
How can I build a query that returns documents that do not hold at least a void / empty / null date ?
1 ACCEPTED ANSWER
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2014 09:51 AM
If the only SQL equivalent involves NOT EXISTS
then I don't think this can be done in a single query in Nuxeo.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2014 09:51 AM
If the only SQL equivalent involves NOT EXISTS
then I don't think this can be done in a single query in Nuxeo.
