Oracle By Mahendra
The articles are created based on my experience in ORACLE
Showing posts with label
create table
.
Show all posts
Showing posts with label
create table
.
Show all posts
Saturday, July 30, 2016
Create Table As Select (CTAS) in Hive
Create Table As Select (CTAS) in Hive
command:
create table <tablename> as select * from <source_table>;
This command will create new table with same structure as source_table along with its data.
Refer below image
Older Posts
Home
Subscribe to:
Posts (Atom)