Skip to content

Commit b6e3837

Browse files
committed
Merge branch 'master' of github.com:wumpz/JSqlParser.git
2 parents fa5daaa + 1d92374 commit b6e3837

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ create view testView (col1,col2) as select a, b from table
2121
```
2222
* Added support for column cast using ::
2323
* Added support for from clause in update statements
24+
25+
```sql
26+
update tab1 set c=5 from tab1 inner join tab2 on tab1.col1=tab2.col2
27+
```
2428
* Corrected TableNamesFinder to work with update statements additions.
2529

2630
## Extensions til Version 0.8.2

0 commit comments

Comments
 (0)