会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
helloLuoLuo
CnBlogs
Home
New Post
Contact
Admin
Subscription
随笔分类 -
数据库
SQL语句中----删除表数据drop、truncate和delete的用法(转载)
摘要:一、SQL中的语法 1、drop table 表名称 eg: drop table dbo.Sys_Test 2、truncate table 表名称 eg: truncate table dbo.Sys_Test 3、delete from 表名称 where 列名称 = 值 eg: delete
阅读全文
posted @
2019-12-23 14:40
helloLuoLuo
阅读(873)
评论(0)
推荐(0)
公告