oracle 数据库字段顺序修改

1.首先需要sys或者system权限操作 2.查询需要更改的的ID   select object_id from all_objects where owner = '用户名' and object_name = 'tableName'; 注:需要大写 3.通过ID查询出该所有 ...

Thu Sep 13 01:41:00 CST 2018 0 1485
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM