Update README.md
This commit is contained in:
parent
ddda14d0be
commit
13e4d168e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue