Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

update column data type postgres

ALTER TABLE table_name
ALTER COLUMN column_name [SET DATA] TYPE new_data_type;
 
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #update #column #data #type #postgres
ADD COMMENT
Topic
Name
4+7 =