Q A - Z O N E
Pages
Home
HDFS
HIVE
LINUX
MY SQL
Shell Scripting
Sqoop
Python
Rename(DDL)
Rename Table:
rename table3 to table3_new;
alter table table3_new rename to table4_new;
=======================================================================
Rename Column name:
alter table table4_new rename column email to email_add;
Home
Subscribe to:
Posts (Atom)