Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql add column after another

ALTER TABLE myTable ADD myNewColumn VARCHAR(255) AFTER myOtherColumn
Comment

alter query to add column after another column in sql

ALTER TABLE user_profile ADD alt_phone varchar(15) AFTER phone;
Comment

PREVIOUS NEXT
Code Example
Sql :: how to get non integer value in sql 
Sql :: sql server current date without time 
Sql :: Enter into postgresql database,create user and grant Access 
Sql :: finding last created table mysql 
Sql :: pl sql output 
Sql :: set max_allowed_packet mysql 
Sql :: last 24 HOUR data in mysql 
Sql :: create database if not exists 
Sql :: sql get missing id 
Sql :: neo4j display all nodes and relationships 
Sql :: install mysql ubuntu 18.04 
Sql :: get all schemas postgres 
Sql :: sql query to get column names and data types in sql server 
Sql :: postgresql change column type 
Sql :: oracle list packages 
Sql :: mysql show indexes on table 
Sql :: sql server check if temp table exists 
Sql :: sql auto update dupdated_at 
Sql :: mysql allow remote connections 
Sql :: oracle user last connected 
Sql :: postgresql concatenate multiple rows in group by 
Sql :: postgresql datetrunc too slow 
Sql :: sql server cast date dd/mm/yyyy 
Sql :: import sql file laravel cmd 
Sql :: mysql greater thatn a week ago 
Sql :: sql like variable 
Sql :: how to check database username and password in postgresql 
Sql :: console output pl sql 
Sql :: postgresql get current user name 
Sql :: postgres truncate with cascade 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =