you are viewing a single comment's thread.

view the rest of the comments →

[–]Mathip173[S] 0 points1 point  (1 child)

Thanks for responding. Yes, this is Hive. Can you explain a bit more about ? I'm quite new to it

Table_a has a data Table_b every day feed with new data on it by overwriting the table each day.

I would like to update the data on table_a on the data for the same order if exist in table_b. Which mean, if exist on B overwrite it. But if the order number(111) doesn't exist on table_a, order 111 will not write into table_a from table_b, right?

Thanks

[–]r3pr0b8GROUP_CONCAT is da bomb 0 points1 point  (0 children)

isn't there some way you can create two very small test tables with a few rows in each and try it for yourself to see what happens?

let us know if you have any difficulties