Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to update column name in psql

ALTER TABLE order_details
  RENAME TO order_information;
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #update #column #psql
ADD COMMENT
Topic
Name
7+8 =