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

UPDATE TABLE Based on Condition #598

@jhanit

Description

@jhanit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions