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.
是否可以使用“SELECT”语句获取更新为新值的旧值?
考虑是否通过简单的更新语句将 oracle 表中的值“NO”更新为“YES”。我可以通过使用 select 语句而不修改原始更新语句来获得原始值“否”吗?