Skip to content

Postgresql delete sql optimization #383

@pietermartin

Description

@pietermartin

postgresql delete sql should rather use the following pattern

delete from table a using
(values()) as tmp(within)
where a.ID = tmp.within

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions