SELECT COUNT(*) AS test FROM %s WHERE id = %d AND tmp_mail <> ''
What are %s and %d for?
|
|
Those are format symbols used e.g. by
Output:
|
||||
|
|
|
That are probably format symbols for string and decimal integer. |
|||
|
|