From 45a71ed4c4e144772546e25f240e59f56f7c4db4 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 27 Jun 2009 22:20:19 +0300 Subject: beginings of sql, need to finish --- tmp/sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tmp/sql (limited to 'tmp') 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. -- cgit v1.2.3