-
Code:
Additional context |
Beta Was this translation helpful? Give feedback.
Answered by
methane
Dec 7, 2023
Replies: 1 comment 5 replies
-
Do not use placeholders for regular string interpolation. Use Python features instead. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(id / 10) % 1000)
never have SQL injection risk.Do not use untrusted input for table name, off course.