summaryrefslogtreecommitdiffstats
path: root/tmp/sql.page
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/sql.page')
-rw-r--r--tmp/sql.page14
1 files changed, 0 insertions, 14 deletions
diff --git a/tmp/sql.page b/tmp/sql.page
deleted file mode 100644
index 901a0fd..0000000
--- a/tmp/sql.page
+++ /dev/null
@@ -1,14 +0,0 @@
----
-format: rst
-categories: cs
-toc: no
-...
-
-===================================
-SQL: Structured Query Language
-===================================
-
-
-SELECT
----------
-Eg, ``SELECT * From table_name``. ``DISTINCT`` returns no duplicates.