summaryrefslogtreecommitdiffstats
path: root/tmp/sql.page
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/sql.page')
-rw-r--r--tmp/sql.page8
1 files changed, 8 insertions, 0 deletions
diff --git a/tmp/sql.page b/tmp/sql.page
new file mode 100644
index 0000000..4936bc9
--- /dev/null
+++ b/tmp/sql.page
@@ -0,0 +1,8 @@
+===================================
+SQL: Structured Query Language
+===================================
+
+
+SELECT
+---------
+Eg, ``SELECT * From table_name``. ``DISTINCT`` returns no duplicates.