Answers for "psql change data of column"

SQL
8

postgresql change column type

ALTER TABLE assets ALTER COLUMN name TYPE VARCHAR;
Posted by: Guest on May-26-2020
0

how to update column name in psql

ALTER TABLE order_details
  RENAME TO order_information;
Posted by: Guest on October-27-2020

Code answers related to "psql change data of column"

Code answers related to "SQL"

Browse Popular Code Answers by Language