Read-Only Tables 只读表

Put  a table into read-only  mode,which prevents DDL or DML changes during table maintenance

Put the table back into read/write mode 

alter table XX READ ONLY;

alter table XX READ WRITE;

 

posted @ 2019-09-11 09:58  酸奶加绿茶  阅读(247)  评论(0编辑  收藏  举报