We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf898e commit c198d1fCopy full SHA for c198d1f
1 file changed
README.md
@@ -92,7 +92,7 @@ SUM, AVG, MIN, MAX
92
{RANK | DENSE_RANK} OVER([PARTITION BY (<expresssion> [, <expression>...)])
93
```
94
```SQL
95
-CAST <expression> AS <data_type>
+CAST (<expression> AS <data_type>)
96
97
*Anything in <> is meant to be some string <br>
98
*Anything in [] is optional <br>
0 commit comments