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