Hacker News new | ask | show | jobs
by joncrane 2943 days ago
Shouldn't it be

"); DROP TABLE Employees;--

?

2 comments

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