| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
xquery [Oracle SQL] | ||
|
.... yet to be finished ..., xquery comes with Oracle 10gR2.
xquery
for $some_variable in (....)
let $other_variable := .... [where $some_variable ...]
order by $other_variable [descending]
return $other_variable;
|