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 52c862f commit 0d5c88fCopy full SHA for 0d5c88f
README.md
@@ -14,6 +14,7 @@ Original project websites:
14
* Corrected cast expression to make type parameters usable (e.g. cast(col1 as varchar(255))
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
19
```sql
20
create view testView (col1,col2) as select a, b from table
0 commit comments