From 46a11297f9dc58b0674e8c042ab74e91fab1a232 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Fri, 22 Nov 2024 15:20:56 +0800 Subject: [PATCH] Update value-exp.mdx --- sql/query-syntax/value-exp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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