Oracle检索数据一致性与事务恢复

时间:2025-11-04 19:19:24来源:极客码头作者:域名
Oracle检索数据一致性与事务恢复
复制SQL> createtable c(a int);   Table created.   SQL> altertable c add b number;   Table altered.   SQL> desc c    NameNull?检索    Type   ----------------------------------------- -------- --------------------------------------------  A                                                  NUMBER(38)    B                                                  NUMBER   1.2.3.4.5.6.7.8.9.
相关内容