Bug Report for https://neetcode.io/problems/sql-delete-returning
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The description for the delete/return statements has an error. there should be no semicolon (;) after each DELETE and before the RETURNING statement. This is all one transaction, and should be treated as such.
Bug Report for https://neetcode.io/problems/sql-delete-returning
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The description for the delete/return statements has an error. there should be no semicolon (;) after each DELETE and before the RETURNING statement. This is all one transaction, and should be treated as such.