30

Oh my glorious diarrhea code.

DELETE FROM
[table]
WHERE
id = id

(instead of @id)

Comments
  • 1
    Maybe a stupid question, but I'm no DB expert, so I'll ask away. What is the @ for?
  • 0
    Aah I see. I've only worked on MySQL, and I've only used aliases on tables.
  • 0
    There goes your entire table
Add Comment