On Mon, Oct 4, 2021, 10:30 AM Nikhil Benesch <nikhil.benesch@xxxxxxxxx> wrote:
you can't reuse the FROM table name in the USING clause:
# delete from int_arrays using int_arrays;
ERROR: table name "int_arrays" specified more than once
Don't you need to use an alias for the table in the using clause?