sql - How to replace specific values in a oracle database ...

sql - How to replace specific values in a oracle database ...

瀏覽:859
日期:2025-06-10
2010年8月9日 - SELECT REPLACE(t.column, 'est1', 'rest1') FROM TABLE t. If you want to update the values in the table, use: UPDATE TABLE t SET column ......看更多