diff --git a/sql/query-syntax/value-exp.mdx b/sql/query-syntax/value-exp.mdx index e5cbe76a..baa4079d 100644 --- a/sql/query-syntax/value-exp.mdx +++ b/sql/query-syntax/value-exp.mdx @@ -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/casting). | +| _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