网页
图片
视频
学术
词典
地图
更多
航班
笔记本
TRUNCATETABLE
网络
表格名
网络释义
1.
表格名
MYSQL基本知识... ... DROPTABLE 表格名 ——删除表格
TRUNCATETABLE
表格名
——清楚表格数据 /***********VIEW 视图*…
www.cnblogs.com
|
基于 1 个网页
例句
释义:
全部
全部
,
表格名
表格名
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Individual
deletions
of
rows
are
not
entered
into
the
transaction
log
,
so
the TRUNCATE TABLE
operation
is
not
replicated
.
各
行
删除
操作
不
记
入
事务
日志
,
因此
不
复制
TRUNCATETABLE
操作
。
2.
The TRUNCATE TABLE
statement
is
entered
into
the
transaction
log
as
a single
statement
, like
data
definition
statements
.
与
数据
定义
语句
一样
,
TRUNCATETABLE
语句
作为
单个
语句
记
入
事务
日志
。
3.
You
can
use
the TRUNCATE
TABLE
statement
as
a
fast
method
of
deleting
all
the
rows
in a
table
.
您
可以
使用
TRUNCATETABLE
语句
作为
快速
删除
表
中
所有
行
的
方法
。
www.ianywhere.com
4.
The TRUNCATE TABLE
statement
is
not
executed
within
a
trigger
.
TRUNCATETABLE
语句
不在
触发器
内
执行
。
www.ianywhere.com
5.
The TRUNCATE TABLE
statement
is
not
executed
within
an
atomic
statement
.
TRUNCATETABLE
语句
不在
原子
语句
内
执行
。
www.ianywhere.com
6.
To
execute
TRUNCATE
TABLE
,
the
user
must
have
ALTER
permissions
on
the
specified
table
.
若要
执行
TRUNCATETABLE
,
用户
必须
对
指定
表
具有
ALTER
权限
。
msdn2.microsoft.com
7.
TRUNCATE TABLE
is
a non-logged
operation
that does
not
fire
triggers
.
TRUNCATETABLE
是
不会
激发
触发器
的
日志
未
记录
的
操作
。
msdn2.microsoft.com
8.
A TRUNCATE TABLE
statement
is
not
caught
by a
DELETE
trigger
.
DELETE
触发器
不能
捕获
TRUNCATETABLE
语句
。
msdn2.microsoft.com
9.
TRUNCATE TABLE is
faster
than
DELETE
and
uses
fewer
system
and
transaction
log
resources
.
TRUNCATETABLE
比
DELETE
速度
快
,
且
使用
的
系统
和
事务
日志
资源
少
。
msdn2.microsoft.com
10.
After
a TRUNCATE
TABLE
statement
,
the
table
structure
and
all
of the
indexes
continue
to
exist
until
you
issue
a DROP
TABLE
statement
.
执行
TRUNCATETABLE
语句
后
,
表
结构
及
所有
索引
仍然
存在
,
直到
发出
DROPTABLE
语句
。
www.ianywhere.com
1
2
3