Skip to content

Commit c198d1f

Browse files
committed
DOC: Fix typo in syntax guide
1 parent abf898e commit c198d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SUM, AVG, MIN, MAX
9292
{RANK | DENSE_RANK} OVER([PARTITION BY (<expresssion> [, <expression>...)])
9393
```
9494
```SQL
95-
CAST <expression> AS <data_type>
95+
CAST (<expression> AS <data_type>)
9696
```
9797
*Anything in <> is meant to be some string <br>
9898
*Anything in [] is optional <br>

0 commit comments

Comments
 (0)