Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres convert exisiting column to text

# POSTGRESQL - Convert an existing column to text
ALTER TABLE your_table
ALTER COLUMN your_column TYPE text
 
PREVIOUS NEXT
Tagged: #postgres #convert #exisiting #column #text
ADD COMMENT
Topic
Name
4+9 =