网页
图片
视频
学术
词典
地图
更多
航班
笔记本
语句 INSERT
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
As
you
can
see
,
it
looks
like
any
other
DB2 INSERT
statement
and
uses
parameter
markers
for
your
four
input
column
values
.
如
您
所
见
,
它
看起来
与
任何
其他
DB2
INSERT
语句
一样
,
并
对
四个
输入
列
值
使用
参数
标志
符
(
marker
)
。
www.ibm.com
2.
Note
:
The
transaction
issued by
this
INSERT
statement
might
be
so
large
that
your
server
won't be
able
to
handle
it
.
注意
:
这
条
INSERT
语句
所
涉及
的
事务
可能会
相当
大
,
以致
于
您
的
服务器
无法
加以
处理
。
www.ibm.com
3.
The inserts
themselves
could
be
very
fast
,
but
there
may
be
an
access
plan
problem
for the
SELECT
which
slows
down the
whole
statement
.
insert
本身
是
非常
快
的
,
但是
SELECT
可能
存在
一个
访问
计划
问题
,
这个
问题
会
拖
慢
整个
语句
。
www.ibm.com
4.
Query
Designer allows you to
design
SELECT
,
INSERT
,
UPDATE
and
DELETE DML
statements
,
while
views
can
only
contain
SELECT
statements
.
查询
设计
器
允许
设计
SELECT
、
INSERT
、
UPDATE
和
DELETEDML
语句
,
而
视图
只能
包含
SELECT
语句
。
technet.microsoft.com
5.
If
it weren't
,
we
would
expect
the
first
insert
in
the anonymous
block
to
be
preserved
by the
commit
statement
in the LOG_ERRORS
procedure
.
如果
不是
,
我们
可以
期待
在
自治
块
插入
的
第一个
数据
被
LOG_ERRORS
存储
过程
的
提交
语句
后
保留
。
fogang.net
6.
The
bcp
command
and
BULK
INSERT
statement
allow
you
to
specify
that
constraints
are to be
enforced
during
a
bulk
-
import
operation
.
bcp
命令
和
BULK
INSERT
语句
允许
您
指定
在
大
容量
导入
操作
过程
中
强制执行
约束
。
msdn2.microsoft.com
7.
Although
it may be
overkill
,
the
event
monitor
output
will
show
the elapsed
time
of
each
insert
statement
.
虽然
有点
过分
,
但是
事件
监视器
的
输出
会
显示
每
条
insert
语句
的
耗时
。
www.ibm.com
8.
INSERT
statements
must
specify
values
for
any
columns
in
the
underlying
table
that do
not
allow
null
values
and
have
no
DEFAULT
definitions
.
INSERT
语句
必须
为
不
允许
空
值
并且
没有
DEFAULT
定义
的
基础
表
中
的
所有
列
指定
值
。
msdn2.microsoft.com
9.
As
the elapse
of
time
,
I
use
this
kind
of
tool
gradually
no longer
,
insert
the
statement
that
print
directly
however,
run
a
program
afresh
.
随着
时间
的
推移
,
我
渐渐地
不再
使用
这
类
工具
,
而是
直接
插入
打印
语句
,
重新
运行
程序
。
pjprimer.com
10.
You
can
nest
comments
within
a
DMX
statement
,
include
them
at
the
end
of
a line
of
code
,
or
insert
them on
a
separate
line
.
您
可以
在
DMX
语句
中
嵌入
注释
,
将
其
加
在
代码
行
末尾
,
或者
单独
插入
一行
。
msdn2.microsoft.com
1
2
3
4
5