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.
Interbase テーブルに同じデータを持つ 2 つの行があります。テーブルに主キーがありません。そのテーブルの単一の行を更新するにはどうすればよいですか?
SQLを使用せずに、これらのデータをテーブルに直接更新できます(テーブルをダブルクリックしてデータを検索し、更新します)。
Interbase テーブルには、RDB$DB_KEY という名前のシステム列があります。これは、UPDATE クエリの WHERE 句で使用できます。