Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
HiI need to implement an XQuery which will return a subset of the whole data. in sql it would look like:select * from table LIMIT 5;how can this be done via XQuery (or the Java API)?CheersBrian
There is an answer to this question back in the Java API forum:http://tamino.forums.softwareag.com/viewtopic.php?p=3362
An even better answer to this is here: http://tamino.forums.softwareag.com/viewtopic.php?p=8823