Oracle中在pl/sqldeveloper修改表的两种方式【点击查看详情】
Oracle中在pl/sqldeveloper修改表的两种方式:一、方式一 select * from student for update student表需要操作人修改完commit之后才可以做其他的操作,否则该表会被锁 一、方式一 select * from student for update student表需要操作人修改完commit之后才可以做其他的操作,否则该
相关视频/文章