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.
私はこのテーブル (イベント) を 1 つ (日付) だけにしています:
date 2013-11-03 15:11:05 2013-11-04 15:11:05 2013-11-05 15:11:05
今、私はこのクエリを次のように試しています。
$insert = mysql_query("INSERT INTO events VALUES (2013-06-27 12:00:00)");
テーブルを更新しない理由は何ですか?