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.
テーブルの最後の行を選択し、列の値 (ブール値) を true に変更する正しい方法を探しています。
1 つの PDO クエリで実行できるかどうかは不明です。
最後の行 とはどういう意味ですか? 暗黙的な行の順序はデフォルトで pk に設定されているため、pkrow desc による順序で問題ありません。
UPDATE mytable SET myField = 'TheVal' ORDER by id desc limit 1