This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
Hi,
We have ,
1)UPSERT which update or insert a table ~ equivalent to insert of SQL+ Update of sql without condition.
2)UPSERT SELECT- can update table based on condition. looks similar to SQL update statement. But major difference is we can't update a table with new set of values as select will work on existing table i.e update temp with existing table values.
Common use case/ Issue:-
Update a table with new set of values based on condition, i.e
UPSERT based on condition.
Can we have this common but very important feature of SQL?
Thanks,
Nitin