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 列を編集します。私はこのようにすることができますか?それとも間違っていますか?
最初にテーブルから max(updateTag) を取得してから、次のクエリを実行します
Select serialNo from table where updateTag = <Max update flag obtained in previous query>