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.
我只是想知道是否可以参考 oracle sql 在单个 UPDATE 语句中同时更新和设置两列为大写。
这是某种技巧问题吗?
update yourtable set columna=upper(columna), columnb=upper(columnb)