mailiverse/java/core/src/core/server/db/sql/mark_failure

8 lines
101 B
Plaintext
Raw Normal View History

2013-07-14 12:38:31 -04:00
REPLACE INTO failure (user_id, mark)
SELECT
id as user_id,
now() as mark
FROM
user
WHERE
name = ?