Skip to content

Commit

Permalink
Fix unresolved link
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Jan 24, 2024
1 parent c6aa544 commit cb2d67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/sql/pages/data-types.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

== Casting and Data Type Conversion

To convert one data type to another (also known as casting), you can use the xref:functions-and-operators.adoc#cast[`CAST(expression AS type_name)`] function.
To convert one data type to another (also known as casting), you can use the https://docs.hazelcast.com/hazelcast/latest/sql/functions-and-operators#conversion-functions[`CAST(expression AS type_name)`] function.

== Numeric Literals

Expand Down

0 comments on commit cb2d67c

Please sign in to comment.