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行の値Stringdatetime()とid(およびそれ以上)を持つテーブルがあります。
ここで、WHERE id = xxを更新し、my.Datatimeが保存されている日時よりも新しい場合にのみ更新します。これどうやってするの?ありがとう
「あなたの日時」が「2012-12-12」の場合、
WHERE id = xx and '2012-12-12' > Datatime