Skip to content

Commit

Permalink
Fix broken link to casting (#75)
Browse files Browse the repository at this point in the history
* Update value-exp.mdx

* Update value-exp.mdx
  • Loading branch information
WanYixian authored Nov 22, 2024
1 parent 51a878a commit d0bbd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/query-syntax/value-exp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ expression::type
| Parameter | Description |
| :----------- | :-------------------------------------------------------------------------------------------------------------------------------- |
| _expression_ | The expression of which the data type to be converted. |
| _type_ | The data type of the returned value.For the types you can cast the value to, see \[Casting\](/sql/data-types/data-type-casting.md |
| _type_ | The data type of the returned value. For the types you can cast the value to, see [Casting](/sql/data-types/casting). |

## Row constructors

Expand Down

0 comments on commit d0bbd37

Please sign in to comment.