开发者

SQL query, what's `SELECT * FROM !.tables WHERE id = !`

开发者 https://www.devze.com 2022-12-30 13:06 出处:网络
开发者_开发问答I never seen SQL like that before: SELECT * FROM !.tables WHERE id = ! What\'s it doing?It looks like a parametrized query, however I\'ve never seen exclamation points being used as

开发者_开发问答I never seen SQL like that before:

SELECT *
  FROM !.tables
 WHERE id = !

What's it doing?


It looks like a parametrized query, however I've never seen exclamation points being used as placeholders. What library is the query being run through?

0

精彩评论

暂无评论...
验证码 换一张
取 消