summaryrefslogtreecommitdiff
path: root/examples/results/localname1.out
diff options
context:
space:
mode:
Diffstat (limited to 'examples/results/localname1.out')
-rw-r--r--examples/results/localname1.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/results/localname1.out b/examples/results/localname1.out
new file mode 100644
index 0000000..983fe6e
--- /dev/null
+++ b/examples/results/localname1.out
@@ -0,0 +1,6 @@
+
+ SELECT substr(title,1,26) short_title, title, location, skills
+ FROM job
+ WHERE UPPER(title) LIKE '%ORACLE%'
+ ORDER BY first_posted DESC
+