単純な mysql update ステートメントを実行しようとしています。または、少なくとも単純な update ステートメントだと思いました。正常に実行されていますが、指定された条件に一致せず、テーブルを更新しません...誰かが間違っていることを確認できますか?
update messagequeue set timesent = curtime() where deviceid = '1231231237' and timesent = NULL
表には 4 つの列と 1 つの行があります。
id, message, deviceid, timesent
the timesent is default null.
the deviceid is '1231231237'
id = 1
message is just some junk....
クエリは機能しません:(