Skip to content

Feature request : support accumulations on output (compound assignments) #176

Open
@Fleid

Description

@Fleid

The UPDATE and MERGE commands in SQL allow compound assignments:

+= Add and assign
-= Subtract and assign

I can't think of a way to do that with the current output binding.
Supporting these assignments would allow us to build accumulations (materialized views).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions