summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.huji.ac.il>2009-06-27 22:20:19 +0300
committerbnewbold <bnewbold@ziggy.huji.ac.il>2009-06-27 22:20:19 +0300
commit45a71ed4c4e144772546e25f240e59f56f7c4db4 (patch)
tree1939238c54841fa2d4e7c31db09d095a9438085a /tmp
parentdeb4b617eabba7ffa5b38520167294f118307236 (diff)
downloadknowledge-45a71ed4c4e144772546e25f240e59f56f7c4db4.tar.gz
knowledge-45a71ed4c4e144772546e25f240e59f56f7c4db4.zip
beginings of sql, need to finish
Diffstat (limited to 'tmp')
-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.