网页
图片
视频
学术
词典
地图
更多
航班
笔记本
drop table
美
英
na.
(一边连在墙上,使用时可放下的)连墙桌
网络
删除表;表名;删除数据表
英汉
网络释义
na.
1.
(一边连在墙上,使用时可放下的)连墙桌
1.
删除表
漫步云端 ... alter table 修改表
drop table
删除表
truncate table 删除表中所有行 ...
icodeisky.lofter.com
|
基于1568个网页
2.
表名
cmd命令大全-学院-黑基网 ... drop database 库名;
drop table
表名
; 删库和删表 delete from 表名; 将表中记录清空 ...
www.hackbase.com
|
基于648个网页
3.
删除数据表
SQLite(快速上手版)笔记 - 明留 - 博客园 ... Alter Table 修改数据表
Drop Table
删除数据表
Create Index 创建索引 ...
www.cnblogs.com
|
基于125个网页
4.
从数据库中删除表
SQL查询语句大全 T-SQL ... Create TABLE -- 创建一个数据库表
Drop TABLE
--
从数据库中删除表
Alter TABLE -- 修改数据库 …
tech.e800.com.cn
|
基于78个网页
5.
将表中记录清空
cmd的执行命令_百度知道 ... create table 库名;
drop table
表名;
将表中记录清空
more 复制文件 ...
zhidao.baidu.com
|
基于61个网页
6.
删除一个表
4.1.1 DDL - 51CTO.COM ... alter table 增加列、重定义已有列、改变存储分配
drop table
删除一个表
truncate 从表中删除所有 …
book.51cto.com
|
基于36个网页
更多释义
收起释义
例句
释义:
全部
全部
,
连墙桌
连墙桌
,
删除表
删除表
,
表名
表名
,
删除数据表
删除数据表
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
syntax
is
simple
:
You
append
the
fully
qualified
name
and
a
semicolon
to the
DROP
TABLE
SQL
command
,
and
you're
finished
.
语法
很
简单
:
把
完全
限定
名称
和
分号
放
在
DROPTABLESQL
命令
后面
,
就
完成
了
。
www.ibm.com
2.
Note
that
the
debugger
might
generate
warnings
related
to
DROP
TABLE
statements
,
which
can
be
ignored
.
注意
,
调试器
可能
生成
与
DROPTABLE
语句
相关
的
警告
,
对
此
可以
忽略
。
www.ibm.com
3.
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
4.
Note
that the
debugger
might
generate
warnings
related
to
DROP
TABLE
statements
,
which
you
can
ignore
.
注意
,
调试器
可能
会
产生
与
DROPTABLE
语句
有关
的
警告
,
可以
不
理会
它
。
www.ibm.com
5.
The
DELETE
statement
deletes
only
rows
from
the
table
; the
table
must
be
removed
from
the
database
by
using
the
DROP
TABLE
statement
.
DELETE
语句
只
从
表
中
删除
行
,
要
从
数据库
中
删除
表
,
可以
使用
DROPTABLE
语句
。
msdn2.microsoft.com
6.
In
the
previous
example
,
trigger
safety
fires
after
any
DROP
TABLE
or ALTER TABLE
event
.
在
前面
的
示例
中
,
在
发生
DROPTABLE
事件
或
ALTERTABLE
事件
后
触发触发器
safety
。
technet.microsoft.com
7.
Finally
,
the
DROP
TABLE
statement
deletes
the
empty
table
from the
schema
.
最后
,
DROPTABLE
语句
删除
模式
中
的
空
表
。
www.ibm.com
8.
To
remove
the
table
definition
in addition to
its
data
,
use
the
DROP
TABLE
statement
.
若要
删除
表
定义
及其
数据
,
请
使用
DROPTABLE
语句
。
technet.microsoft.com
9.
The
DROP
TABLE
command
removes
a
table
from
the
specified
database
.
DROPTABLE
命令
从
指定
的
数据库
中
移除
一个
表
。
technet.microsoft.com
10.
If
you
need
to
drop
all
tables
before
you
start
fresh
,
you
can
select
the
drop
table
script
and
execute
it
.
如果
需要
在
开始
刷新
之前
删除
所有
表
,
可以
选择
并
执行
删除
表
脚本
。
www.ibm.com
1
2
3