summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-04-06 16:23:03 +0000
committerUlrich Müller <ulm@gentoo.org>2015-04-06 16:24:17 +0000
commit6611d008e9d18e9da243b0ee8076ab3ae22d5355 (patch)
treed505709d62a0520ff3e7fa9055a46539386bf8b4 /test-plans/test.sql
downloademacs-6611d008e9d18e9da243b0ee8076ab3ae22d5355.tar.gz
emacs-6611d008e9d18e9da243b0ee8076ab3ae22d5355.tar.bz2
emacs-6611d008e9d18e9da243b0ee8076ab3ae22d5355.zip
Import test plans.
Diffstat (limited to 'test-plans/test.sql')
-rw-r--r--test-plans/test.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-plans/test.sql b/test-plans/test.sql
new file mode 100644
index 0000000..7cc7552
--- /dev/null
+++ b/test-plans/test.sql
@@ -0,0 +1,6 @@
+SELECT [DISTINCT] ''Auswahlliste''
+FROM ''Quelle''
+WHERE ''Where-Klausel''
+[GROUP BY (''Group-by-Attribut'')+
+[HAVING ''Having-Klausel'']]
+[ORDER BY (''Sortierungsattribut'' [ASC|DESC])+];