Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 925 Bytes

cast-functions-and-operators.md

File metadata and controls

19 lines (14 loc) · 925 Bytes
title summary category aliases
Cast Functions and Operators
Learn about the cast functions and operators.
reference
/docs/sql/cast-functions-and-operators/

Cast Functions and Operators

Name Description
BINARY Cast a string to a binary string
CAST() Cast a value as a certain type
CONVERT() Cast a value as a certain type

Cast functions and operators enable conversion of values from one data type to another.

For details, see here.