Answers for "You can cast it to a supported type by PostgreSQL CAST() You can cast it to a supported type by PostgreSQL CAST()"

SQL
3

postgresql cast

SELECT '100'::INTEGER;
SELECT CAST ('100' AS INTEGER);
Posted by: Guest on October-12-2020

Code answers related to "You can cast it to a supported type by PostgreSQL CAST() You can cast it to a supported type by PostgreSQL CAST()"

Code answers related to "SQL"

Browse Popular Code Answers by Language