Warning: mysqli_query(): (HY000/1030): Got error 28 from storage engine in /www/wwwroot/shulanxt/wp-includes/wp-db.php on line 2007
DB2 删除表_DB2 DROP - 树懒学堂
  • 导航

DB2 删除表


删除表

删除表语法

db2 drop table <tab_name> 

实例
从数据库删除customer表

db2 drop table professional.customers       

注意:
删除表的整个层次(包括触发器和关系)时,需要使用”DROP TABLE HIERARCHY”命令

db2 drop table hierarchy <tab_name>



Warning: mysqli_query(): (HY000/1030): Got error 28 from storage engine in /www/wwwroot/shulanxt/wp-includes/wp-db.php on line 2007
  DB2 修改表
Warning: mysqli_query(): (HY000/1030): Got error 28 from storage engine in /www/wwwroot/shulanxt/wp-includes/wp-db.php on line 2007
DB2 缓冲池  

评论区(0)

评论