Oracle By Mahendra
The articles are created based on my experience in ORACLE
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment