Open pietermartin opened 4 years ago
postgresql delete sql should rather use the following pattern
delete from table a using (values()) as tmp(within) where a.ID = tmp.within
postgresql delete sql should rather use the following pattern