Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

does insert into overwrite sql

-- INSERT OVERWRITE will overwrite any existing data in the table or partition. unless IF NOT EXISTS is provided for a partition (as of Hive 0.9. 0).
-- INSERT INTO will append to the table or partition, keeping the existing data intact. (Note: INSERT INTO syntax is only available starting in version 0.8.)
 
PREVIOUS NEXT
Tagged: #insert #overwrite #sql
ADD COMMENT
Topic
Name
5+5 =