Skip to content

Commit b24c1c7

Browse files
committed
- from clause can now be used in update statements
1 parent b5c4ce6 commit b24c1c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Original project websites:
1515
* Added support for column comma list in partition by statements
1616
* Added support for columns names in create view statements
1717
* Added support for column cast using ::
18+
* Added support for from clause in update statments
1819

1920
```sql
2021
create view testView (col1,col2) as select a, b from table

0 commit comments

Comments
 (0)