CAST
CASTing with SQL
#
SAFE_CAST
#
Replace runtime errors with
nulls
SELECT
SAFE_CAST(
<
field
>
AS
<
type
>
)