Update README.md

This commit is contained in:
Pedro Flemming 2014-11-29 13:35:14 +01:00
parent ddda14d0be
commit 13e4d168e4
1 changed files with 5 additions and 2 deletions

View File

@ -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