Search
 
SCRIPT & CODE EXAMPLE
 

SQL

alter table drop column

ALTER TABLE "table_name" DROP COLUMN "column_name";
Comment

sql drop column

ALTER TABLE my_schema.my_table DROP COLUMN my_column;
Comment

sql server drop column

ALTER TABLE table_name
DROP COLUMN column_name;
Code language: SQL (Structured Query Language) (sql)
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql date format 
Sql :: mysql auerries to find the name starting with vowel letter 
Sql :: insert into select mysql 
Sql :: mysql repeated values 
Sql :: delete data from database sqlite android 
Sql :: sql database connectivity 
Sql :: q operator in plsql 
Sql :: mysql select statement after index 
Sql :: pgsql is not permitted to log in 
Sql :: combine 2 columns search query mysql 
Sql :: postgres integer to serial 
Sql :: SQL Duplicates by Composite 
Sql :: df to sql pandas sql achemy 
Sql :: min max sql 
Sql :: expo sqlite 
Sql :: declare table variable sql 
Sql :: mysql connectiion timeout 
Sql :: insert into auto increment mysql 
Sql :: multiple replace value mssql 
Sql :: oracle previous year 
Sql :: sql primary key syntax 
Sql :: sql server default port 
Sql :: select database in mysql 
Sql :: location of the log postgresql linux 
Sql :: read xml in sql server 
Sql :: add foreign key to existing table 
Sql :: increment id in mysql 
Sql :: sql remove check constraint 
Sql :: mysql show category once count how many products 
Sql :: on sql table data exists 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =