Answers for "sql cast int to string"

SQL
13

sql cast

-- Specifically for Oracle

-- EXAMPLE
CAST('732.98' AS INT)

/* SYNTAX
CAST(<value_to_cast> AS <data_type_to_cast_to>)
*/
Posted by: Guest on May-05-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language