SQL statements

SQL语句
常用释义
SQL语句

扩展信息

语句
20 3 SQL 语句(SQL STATEMENTS) ...........................................................................................

例句

You are now ready to switch the SQL execution mode for your selected SQL statements from dynamic SQL to static SQL execution.

现在可以将选定的SQL语句的SQL执行模式从动态SQL转换为静态SQL。

As you work with a database in Sybase Central, the application automatically generates SQL statements depending on your actions.

当您在SybaseCentral中使用数据库时,应用程序将根据您的操作自动生成SQL语句。

A simple batch consists of a set of SQL statements, separated by semicolons or separated by a separate line with just the word go on it.

简单的批处理由一组SQL语句组成,这些语句用分号分隔,或是由单独的行分隔,行上只具有go一词。

也可以以报告的形式将关于SQL语句的信息显示在图中,从而帮助您更快地检索统计信息。

All SQL statements are compiled into easy-to-read assembly executed in the SQLite virtual machine.

所有SQL语句都被编译成易读的、可以在SQLite虚拟机中执行的程序集。

FORCE:不考虑数据表是否在前端,SQL语句总是在后端数据库中执行。

这使得很难容易查看长时间执行的sql当她们还在运行的时候带来的影响。

In this case, all unqualified SQL statements (statements that did not qualify database objects with a schema) would use the schema U1.

在这个例子中,所有未限定的SQL语句(即没有使用模式名限定其中的数据库对象的语句)会使用模式U1。

对于一个命令字符串中的多条SQL语句,转义序列需要位于每条相关SQL语句的结尾。

XSL文件的一个简单的修改应该考虑到在运行时被选择的那些合适的SQL声明。

All the raw SQL statements need to be analyzed to see whether they work on both databases, or if changes are needed.

需要分析所有原始SQL语句,判断它们是同时适用于两个数据库,还是需要修改。

在准备好运行命令或SQL语句时,可以单击Execute按钮。

这经常采取的形式是对SQL语句或存储过程的引用,这些语句或存储过程被调用时即可实现对数据库进行读写。

To see only the SQL statements using private columns, use the filter as shown in Figure 11.

要只显示使用私有列的SQL语句,如图11所示使用过滤器。

The Java editor cannot detect errors in SQL syntax, nor can it tell you that SQL statements refer to database objects that do not exist.

Java编辑器无法探测SQL语法中的错误,也无法发现SQL语句引用的数据库对象不存在。

Specifying the nickname, the remote table can be queried in SQL statements on the target database like any other local table.

指定了别名,就可以在目标数据库中用SQL语句查询远程表,就像查询任何本地表一样。

被储存的程序是已经被一起进入一个实行计划之内编译的SQL陈述的配列。

However, the trigger does not fire when any Transact-SQL statements on which it was programmed are executed.

但是,当执行编写触发器程序所用的任何Transact-SQL语句时,不会激发触发器。

The package cache sets the amount of database global memory to be used for caching a package's static and dynamic SQL statements.

包缓存器设置数据库全局内存的总量以用于缓存程序包的静态和动态SQL语句。

GO signals both the end of a batch and the execution of any cached Transact-SQL statements.

GO在批处理和执行任何缓存Transact-SQL语句结尾时会发出信号。

将SQL语句组合成存储过程可以减少完成事务的网络交互数。

The SQL statements and commands submitted in a pass-through session do not go through the federated query compiler.

在pass-through会话中提交的SQL语句和命令不会通过联邦查询编译器。

我们的工具,使这一切不必要的自动创建数据库中的数据,对象和SQL语句集,如果必要的。

解释完宏之后,连接将处于活动状态并准备执行SQL语句(参见清单2)。

SQLServerPreparedStatement - (inherited from SQLServerStatement), used for running compiled SQL statements that might contain IN parameters.

SQLServerPreparedStatement-(继承自SQLServerStatement),用于运行编译的可能包含IN参数的SQL语句。

This doubles the number of Transact-SQL statements that must be coded to implement a given piece of logic.

这就使为实现某个给定逻辑而必须编码的Transact-SQL语句的数量加倍。

但语句对象提交不同的SQL语句进行批处理,而预置语句提交的是一组参数。

The FOR statement is a control statement that allows you to execute a list of SQL statements once for each row in a cursor.

FOR语句是控制语句,它允许对游标中的每一行执行一次SQL语句列表。

This script should contain a set of Transact-SQL statements that execute against the database or databases that you want to tune.

此脚本应包含一组对想要优化的数据库执行的Transact-SQL语句。

Selecting a SQL statement from the list brings up additional information for the statement as shown in the detail area for SQL statements.

从列表选择SQL语句会带出额外的语句信息,如以下SQL语句的详细信息区域所示。