Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQLでUNIXタイムスタンプを作成するにはどうすればよいですか?タイプがに設定されINT、値がNULLに設定されていることはわかっていますが、次のような形式で現在の時刻を入力する必要があります:1343782742
INT
NULL
使用するUNIX_TIMESTAMP(date)
UNIX_TIMESTAMP(date)
SELECT UNIX_TIMESTAMP(NOW())
SQLFiddleデモ
UNIX_TIMESTAMP