We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c4ce6 commit b24c1c7Copy full SHA for b24c1c7
README.md
@@ -15,6 +15,7 @@ Original project websites:
15
* Added support for column comma list in partition by statements
16
* Added support for columns names in create view statements
17
* Added support for column cast using ::
18
+* Added support for from clause in update statments
19
20
```sql
21
create view testView (col1,col2) as select a, b from table
0 commit comments