Y
Hacker News
new
|
ask
|
show
|
jobs
by
joncrane
2943 days ago
Shouldn't it be
"); DROP TABLE Employees;--
?
2 comments
marcosdumay
2943 days ago
Nope. SQL uses single quotes for delimiting values, not double quotes.
link
narrowingorbits
2943 days ago
But that would be SQL injection! Unlike the parent. Barbaric.
link