Answers for "change data type in postgresql to float"

SQL
1

postgresql float data type

ALTER TABLE tableName 
ADD COLUMN columnName float(4);
Posted by: Guest on November-16-2021

Code answers related to "change data type in postgresql to float"

Code answers related to "SQL"

Browse Popular Code Answers by Language