From 13e4d168e48c079a43d230ed1295af3149fbb2e3 Mon Sep 17 00:00:00 2001 From: Pedro Flemming Date: Sat, 29 Nov 2014 13:35:14 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 037ddc5..3cb3796 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,15 @@ Run `./deploy_to_hyris.sh path/to/hyrise` to update the SQL parser within Hyrise ### Capabilities (Can and Can't do) **Can** - * Most of select statements + * Single select statements * Join expressions * Create tables * Insert statements + * Delete/Truncate statements **Can't (yet)** - * Union clauses + * Having clause * Update statements + * Union clauses * Create anything other than tables + * Alter/Rename statements