Search
 
SCRIPT & CODE EXAMPLE
 

SQL

postgresql change column type


        
            
        
     ALTER TABLE assets ALTER COLUMN name TYPE VARCHAR;
Comment

how to change column type psql

ALTER TABLE table_name
ALTER COLUMN column_name [SET DATA] TYPE new_data_type;
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle current date minus 1 day 
Sql :: oracle schema size 
Sql :: backup postgres database 
Sql :: how to get mysql db size 
Sql :: mysql load data infile csv 
Sql :: mysql to lowercase 
Sql :: update all rows mysql 
Sql :: sql random integer 
Sql :: how to check if the view exists in sql server 
Sql :: check postgresql port windows 
Sql :: pgAdmin - Please correct the Binary Path 
Sql :: get last three characters in mysql column 
Sql :: To change the database owner in SQL server 
Sql :: view t-sql mail configuration 
Sql :: sql decimal to 2 places 
Sql :: get ip from phpmyadmin 
Sql :: sql limit decimal places 
Sql :: oracle plsql sleep 
Sql :: postgresql how to show table names 
Sql :: sql where keyword 
Sql :: add column with foreign key constraint sql server 
Sql :: sql order by where condition 
Sql :: oracle replace 
Sql :: change column name sql server management studio 
Sql :: mysql else if 
Sql :: connect to ssms with python 
Sql :: generate sequence number in sql server 
Sql :: how to find database collation in postgres 
Sql :: run sql command line download for windows 10 
Sql :: pad zero sql server 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =