We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer the following questions before submitting your issue. Thanks!
Describe what you find is inappropriate or missing in the existing docs. This page does not list VECTOR as a type you can cast AS
Describe your suggestion or addition.
diff --git a/functions-and-operators/cast-functions-and-operators.md b/functions-and-operators/cast-functions-and-operators.md index 4643760f7..c6e049400 100644 --- a/functions-and-operators/cast-functions-and-operators.md +++ b/functions-and-operators/cast-functions-and-operators.md @@ -44,6 +44,7 @@ The following types are supported: | `SIGNED [INTEGER]` | Signed integer | Yes | | `TIME(fsp)` | Time | Yes | | `UNSIGNED [INTEGER]` | Unsigned integer | Yes | +| `VECTOR` | Vector | No | | `YEAR` | Year | No | Examples:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change Request
Please answer the following questions before submitting your issue. Thanks!
Describe what you find is inappropriate or missing in the existing docs.
This page does not list VECTOR as a type you can cast AS
Describe your suggestion or addition.
https://docs.pingcap.com/tidb/stable/cast-functions-and-operators
The text was updated successfully, but these errors were encountered: