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.
各行が異なる値を取得する sqlite で複数の行を更新する必要があります。
現在、更新ステートメントをループしています。(私は SQLStatement を使用し、パラメーターを置き換えています)。
MySql では、CASE コマンドを使用して 1 つの更新を実行し、すべての行を一致する値で更新するオプションがあることを知っています。
sqliteに似たようなものはありますか?
ありがとう。