删除表

1、视图删除表

2、使用sql语句删除数据表

drop table <表名>

if exists (select * from sysobjects where name='Commoditylnfo')

drop table Commoditylnfo

   --删除后创建

create table Commoditylnfo

(

............

.......

)

 

 

posted @ 2020-03-27 11:18  Sugar_zxf  阅读(143)  评论(0编辑  收藏  举报