#重命名emp_photo遇到SQL0750N的错误
[db2inst1@db22 ~]$ db2 "rename table db2inst1.emp_photo to emp_photo_210170725"
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0750N The statement failed because the table or column cannot be renamed.
SQLSTATE=42986
#重命名employee遇到SQL0750N的错误
[db2inst1@db22 ~]$ db2 "rename table db2inst1.employee to employee_210170725"
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During
SQL0750N的错误指示——检查表的关联依赖
最新推荐文章于 2022-04-11 10:34:52 发布