Search
 
SCRIPT & CODE EXAMPLE
 

SQL

rename column ORACLE

alter table sales rename column order_date to date_of_order;
Comment

oracle rename table

ALTER TABLE table_name RENAME TO new_name;
Comment

PREVIOUS NEXT
Code Example
Sql :: sql dateadd hours 
Sql :: ubuntu stop mysql 
Sql :: possgress drop if exists table 
Sql :: dbms_output sql developer 
Sql :: mysql change root mysql_native_password 
Sql :: oracle search stored procedures for text 
Sql :: create table oracle 
Sql :: change column names mssql 
Sql :: delete database mysql 
Sql :: customer using hdfc bank sql query 
Sql :: oracle turn off constraint 
Sql :: list mysql users 
Sql :: get hour from date sql 
Sql :: oracle drop column 
Sql :: change varchar length mysql 
Sql :: sql check roles 
Sql :: mysql not supported auth mode 
Sql :: import mysql dump command line windows 
Sql :: update mysql centos 
Sql :: alter sequence set current value oracle 
Sql :: node and mysql like 
Sql :: sqlite print all column names 
Sql :: mysql date - 1 day 
Sql :: select from one table where not on the other 
Sql :: drop temp table sql 
Sql :: table information in sql server 
Sql :: How to select the nth row in a SQL database table? 
Sql :: delete all entries postgres 
Sql :: sql primary key with multiple columns 
Sql :: oracle user quota unlimited 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =