aboutsummaryrefslogtreecommitdiff
path: root/doc/user/example/sort_artist.vos
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/example/sort_artist.vos')
-rw-r--r--doc/user/example/sort_artist.vos9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/example/sort_artist.vos b/doc/user/example/sort_artist.vos
new file mode 100644
index 0000000..39fdda8
--- /dev/null
+++ b/doc/user/example/sort_artist.vos
@@ -0,0 +1,9 @@
+#
+# example of sort statement by descending order
+#
+LOAD "artist.data" (
+ :idx :::',',
+ '"':name:'"'::
+) as artist;
+
+SORT artist BY name DESC;