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)
|
### Capabilities (Can and Can't do)
|
||||||
|
|
||||||
**Can**
|
**Can**
|
||||||
* Most of select statements
|
* Single select statements
|
||||||
* Join expressions
|
* Join expressions
|
||||||
* Create tables
|
* Create tables
|
||||||
* Insert statements
|
* Insert statements
|
||||||
|
* Delete/Truncate statements
|
||||||
|
|
||||||
**Can't (yet)**
|
**Can't (yet)**
|
||||||
* Union clauses
|
* Having clause
|
||||||
* Update statements
|
* Update statements
|
||||||
|
* Union clauses
|
||||||
* Create anything other than tables
|
* Create anything other than tables
|
||||||
|
* Alter/Rename statements
|
||||||
|
|
Loading…
Reference in New Issue