sqlserver 删除表数据

 

可以使用delete清空表
delete from t表名

也可以使用truncate命令

truncate table 表名
posted @ 2016-09-26 17:05  指间的徘徊  阅读(625)  评论(0编辑  收藏  举报