CAST

Applies to: sql, general

Casting converts a value from one type to another, such as text to numeric or integer to real.

CAST(price AS REAL)

See also: data-type