Hacker News new | ask | show | jobs
by donquichotte 2936 days ago
') DROP TABLE Employees;--
1 comments

Shouldn't it be

"); DROP TABLE Employees;--

?

Nope. SQL uses single quotes for delimiting values, not double quotes.
But that would be SQL injection! Unlike the parent. Barbaric.