• @TheSlad
    link
    168 months ago

    Where clauses should be syntactically required for delete or update statements. Throw an error without them. If you really want to hit every record in the table then throw a WHERE true in there just to be explicit.

    Its such a common mistake i dont get why this isnt a thing.

    • @Patches
      link
      2
      edit-2
      8 months ago

      deleted by creator