Skip to content

Commit

Permalink
multi value expression for insert included
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Mar 14, 2013
1 parent 8f21c66 commit 898f369
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ select a from taba minus select b from tabb
* Start implementation of analytical expressions
* merged support for CREATE VIEW
* Added lateral subquery support
* Added support for multi values insert statements
```sql
insert taba (col1,col2) values (1,2), (2,5), (3,20)
```

## BUILDING

Expand Down

0 comments on commit 898f369

Please sign in to comment.