Skip to content

error when using DELETE USING #111

Closed
@jamatthews

Description

@jamatthews

After upgrading from 1.3.2 to 1.4.2 DELETE USING no longer works and throws an error:

BEGIN;
DELETE FROM table_1
USING table_2
WHERE table_1.partiton_column = 1 AND table_2.partition_column = 1 AND table_1.id = table_2.id;
ERROR: variable not found in subplan target lists

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions