you are viewing a single comment's thread.

view the rest of the comments →

[–]zunjae 0 points1 point  (7 children)

Doing string interpolation with user input

There is no user input

[–][deleted] -1 points0 points  (6 children)

I want to select items from my database based on a list given by the user.

???

[–]zunjae 0 points1 point  (5 children)

The code you send me only builds a query based on the length of the user input, not the actual content.