It depends on what you need to do. You can use replace since you want to replace the value: select replace(email, '.com', '.org') from ...
確定! 回上一頁