Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 263 Bytes

File metadata and controls

14 lines (10 loc) · 263 Bytes

Show ResultSet Types:update_set

oracle

UPDATE employees SET salary =1 WHERE department_id = 80;
create view eview as select * from employees;

显示前:

png

显示后:

png