Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

rename table postgres

ALTER TABLE table_name
RENAME TO new_table_name;
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #rename #table #postgres
ADD COMMENT
Topic
Name
6+8 =