SQL query that `SELECT * FROM! .Tables WHERE id =!`

I have never seen SQL before:

SELECT *
  FROM !.tables
 WHERE id = !

What is he doing?

+5
source share
1 answer

It looks like a parameterized query, however, I have never seen exclamation points used as placeholders. What library is the query running in?

+4
source

All Articles