We want to update the location column with city column wherever the location is null. Update Employee e. SET location = (select city from ...
確定! 回上一頁