MySQLのよく使う関数

よく使う関数メモ

UNIX_TIMESTAMP() unixtime で現在時刻を返す。

ex)
INSERT INTO `users`(`id`, `screen_name`, `created_at`) VALUES (1, "test user", UNIX_TIMESTAMP());