单词 | select statement |
释义 | 例句释义: 选择语句,章和第七章查询句,选择叙述,选择指令 1. CONTAINSTABLE can be referenced in the FROM clause of a SELECT statement as if it were a regular table name. CONTAINSTABLE可以像一个常规的表名称一样,在SELECT语句的FROM子句中引用。 technet.microsoft.com 2. Such a SELECT statement is sometimes difficult to understand because there is nothing to indicate the table that provided each column. 由于没有指明提供每个列的表,因此这样的SELECT语句有时会难以理解。 msdn2.microsoft.com 3. The result set column names of a UNION are the same as the column names in the result set of the first SELECT statement in the UNION. UNION的结果集列名与UNION运算符中第一个SELECT语句的结果集中的列名相同。 technet.microsoft.com 4. Just like any other built-in function, table functions can be used in a SQL SELECT statement. 就像其他的内建函数一样,表函数也可以在SQLSELECT语句中使用。 www.ibm.com 5. Because both of these views are defined with a single SQL select statement on the underlying table, the query performance will not suffer. 因为这两个视图都是在下面的表格上使用单独的SQL选择语句进行定义,所以不会影响查询性能。 www.ibm.com 6. To get this information , use the name of the queue as the source table of a SELECT statement . 若要获取此信息,请将队列的名称用作SELECT语句的源表。 www.bing.com 7. Select-statement The SQL statement to which the rewrite optimizations are applied to generate the function's results. select-statement要应用重写优化以便生成该函数结果的SQL语句。 www.ianywhere.com 8. This means it is possible for a SELECT statement using NOLOCK to be blocked. 这意味着可能会阻止使用NOLOCK的SELECT语句。 msdn2.microsoft.com 9. Imagine running a SQL SELECT statement and merging the results directly into an HTML table marked up to your specifications. 想象一下,运行一个SQLSELECT语句,并将结果直接合并到一个符合自己的规范的HTML表格中。 www.ibm.com 10. Shared Locks: Used for operations that do not change or update data (read-only operations), such as a SELECT statement. 共享锁:用于不更改或不更新数据的操作(只读操作),比如SELECT语句。 www.infoq.com 1. The connection object associated with the SELECT statement must be valid , but it does not need to be open . 与SELECT语句关联的连接对象必须有效,但不需要将其打开。 www.bing.com 2. For a filtered recordset without parameters, the SELECT statement must be processed each time you Requery with a new filter value. 对于没有参数的已筛选记录集,每次用新的筛选值Requery时都必须处理SELECT语句。 msdn2.microsoft.com 3. The value in this column can be used in a WHERE clause of a SELECT statement querying for rows that violate the constraint . 该列中的值可以用于SELECT语句(用于查询违反约束的行)的WHERE子句中。 www.bing.com 4. It should be noted that there are situations where the FOR UPDATE clause is not available for a given SELECT statement. 需要注意的是,在某些情况下给定的SELECT语句不能使用FORUPDATE子句。 www.ibm.com 5. Must be syntactically the same as an OPTION clause in a SELECT statement , and can contain any valid sequence of query hints . 必须与SELECT语句中的OPTION子句采用相同的语法,并且可以包含任何有效的查询提示序列。 www.bing.com 6. There can be only one ORDER BY or COMPUTE clause after the last SELECT statement; it is applied to the final, combined result set. 而只能在最后一个SELECT语句的后面使用一个ORDERBY或COMPUTE子句;该子句适用于最终的组合结果集。 technet.microsoft.com 7. SELECT statement that contains a variable assignment cannot be used to also perform typical result set retrieval operations . 包含变量赋值的SELECT语句不能也用于执行通常的结果集检索操作。 www.bing.com 8. A clause in the WQL SELECT statement used to request that multiple notifications be combined into single instances of an aggregate event. WQLSELECT语句中的一个子句,用于请求将多个通知合并到聚合事件的单个实例中。 msdn2.microsoft.com 9. Think of this function as the equivalent to an SQL SELECT statement with a WHERE clause. 可以把这个函数看作相当于带WHERE子句的SQLSELECT语句。 www.ibm.com 10. In such a scenario, the connector executes a SELECT statement with a WHERE clause. 在这种场景中,连接器执行带有WHERE子句的SELECT语句。 www.ibm.com 1. The partitioning column must be in the same ordinal location in the select list of each SELECT statement in the view . 在视图中,分区列必须位于每个SELECT语句的选择列表中相同的序号位置。 www.bing.com 2. The set of rows returned by a SELECT statement consists of all the rows that satisfy the conditions in the WHERE clause of the statement. 由SELECT语句返回的行集包括满足该语句的WHERE子句中条件的所有行。 msdn2.microsoft.com 3. When used without a GROUP BY clause, aggregate functions report only one aggregate value for a SELECT statement. 如果聚合函数没有使用GROUPBY子句,则只为SELECT语句报告一个聚合值。 msdn2.microsoft.com 4. Used for read operations that do not change or update data, such as a SELECT statement. 用于不更改或不更新数据的读取操作,如SELECT语句。 msdn2.microsoft.com 5. The first rule is to always provide only the exact columns that you need to retrieve in the SELECT-list of each SQL SELECT statement. 第一条规则是始终在每条SQLSELECT语句的SELECT列表中只提供确实需要检索的那些列。 www.ibm.com 6. All rows returned from either SELECT statement are combined into the result of the UNION expression. 任一SELECT语句返回的所有行均合并到UNION表达式的结果中。 technet.microsoft.com 7. FREETEXTTABLE can be referenced in the FROM clause of a SELECT statement like a regular table name. 像常规表名称一样,FREETEXTTABLE也可以在SELECT语句的FROM子句进行引用。 msdn2.microsoft.com 8. Initializes a new instance of the PrvDataAdapter class with an SQL SELECT statement and a connection string. 使用SQLSELECT语句和连接字符串初始化PrvDataAdapter类的新实例。 msdn2.microsoft.com 9. Common table expressions are temporary views that are known only within the scope of a single SELECT statement. 公用表表达式是临时视图,它们只在某一条SELECT语句的范围内是已知的。 www.ianywhere.com 10. An OLAP function can be included in expressions in a select-list or the ORDER BY clause of a select-statement. OLAP函数可以包括在一个select列表的表达式中或select语句的ORDERBY子句中。 www.ibm.com 1. On the Configure the Select Statement page, select Specify columns from a table or view, and then in the Name box, click Employees. 在“配置Select语句”页上选择“指定来自表或视图的列”,然后在“名称”框中单击“雇员”。 msdn2.microsoft.com 2. The user-defined function needs to be wrapped into a SELECT statement to be used by Cognos. 用户定义函数需要打包到SELECT语句中,以供Gognos使用。 www.ibm.com 3. This clause can also be used in a CREATE VIEW statement as part of its defining SELECT statement. 该子句也可用在CREATEVIEW语句中,作为该语句的SELECT定义语句的一部分。 msdn2.microsoft.com 4. The CONTAINS and FREETEXT predicates can only be used inside a WHERE clause of a SELECT statement. CONTAINS和FREETEXT谓词只能在SELECT语句的WHERE子句中使用。 msdn2.microsoft.com 5. To get the name of the index with ID 3, query the SYSCAT. INDEXES catalog view using a SELECT statement, as shown in Listing 12. 要获得ID3索引的名称,请使用SELECT语句查询SYSCAT.INDEXES目录视图,如清单12所示。 www.ibm.com 6. Lets you use the result of a SELECT statement as the return value from sqlcmd. 允许使用SELECT语句的结果作为sqlcmd的返回值。 technet.microsoft.com 7. The OPENQUERY function can be used to send a command to the Directory Service and consume its results in a SELECT statement . 可以使用OPENQUERY函数将命令发送到目录服务并在SELECT语句中使用其结果。 www.bing.com 8. The SELECT statement produces a list of company names and the total value of the orders placed by that company. SELECT语句生成公司名称以及该公司所下订单的总值的列表。 www.ianywhere.com 9. A CTE can also be used in a CREATE VIEW statement as part of its defining SELECT statement. CTE也可用于CREATEVIEW语句,作为定义SELECT语句的一部分。 msdn2.microsoft.com 10. Forces all data modification statements that are executed against the view to follow the criteria set within select_statement. 要求对该视图执行的所有数据修改语句都必须符合select_statement中所设置的条件。 technet.microsoft.com 1. You can use OPENROWSET with a simple SELECT statement, and also with an INSERT statement. 可以将OPENROWSET与简单的SELECT语句以及INSERT语句配合使用。 msdn2.microsoft.com 2. On the Specify a SQL SELECT statement page, modify the existing SQL statement so that it looks like the following, adding the WHERE clause. 在SpecifyaSQLSELECTstatement(指定SQLSELECT语句)页面上,修改现有SQL语句,使其如以下代码所示,添加WHERE子句。 msdn2.microsoft.com 3. Make sure a valid Select or Select Case statement precedes the Exit Select and a valid End Select statement appears after it. 确保ExitSelect之前有一个有效的Select或SelectCase语句,之后有一个有效的EndSelect语句。 msdn2.microsoft.com 4. When a SELECT statement executes, the server retrieves the results of the SELECT statement and places the results in the variables. 在执行SELECT语句时,服务器检索SELECT语句的结果并将这些结果放置于变量中。 www.ianywhere.com 5. In a Transact-SQL stored procedure any SELECT statement that returns zero or more rows sends the results to the connected caller's "pipe. " 在Transact-SQL存储过程中,任何返回零个或多个行的SELECT语句将结果发送到已连接的调用方的“管道”。 msdn2.microsoft.com 6. Describes how to create a query that inserts the results of a SELECT statement into a table. 描述如何建立将SELECT陈述式的结果加入到资料表中的查询。 technet.microsoft.com 7. Initializes a new instance of the PrvDataAdapter class with an SQL SELECT statement and a PrvConnection object. 使用SQLSELECT语句和PrvConnection对象初始化PrvDataAdapter类的新实例。 msdn2.microsoft.com 8. The keywords COMPUTE, COMPUTE BY, FOR BROWSE, and INTO are not allowed within select_statement of a cursor declaration. 在游标声明的select_statement内不允许使用关键字COMPUTE、COMPUTEBY、FORBROWSE和INTO。 technet.microsoft.com 9. The columns in the select list of each SELECT statement must be of the same type. 每个SELECT语句的选择列表中的列必须为同一类型。 msdn2.microsoft.com 10. The INSERT statement cannot have a SELECT statement in the VALUES clause as one of the values to be inserted. INSERT语句不能在VALUES子句中将SELECT语句用作插入值之一。 msdn2.microsoft.com 1. A CTE can also be specified in a CREATE VIEW statement as part of the defining SELECT statement of the view. 也可以在CREATEVIEW语句中将CTE指定为视图中SELECT定义语句的一部分。 msdn2.microsoft.com 2. This SELECT statement is applied to all the participants in the shadow replicate definition. 这个SELECT语句被应用于影子复制定义中的所有参与者。 www.ibm.com 3. Exit Select is valid only between a Select or Select Case statement and a corresponding End Select statement. ExitSelect只在Select或SelectCase语句和对应的EndSelect语句之间有效。 msdn2.microsoft.com 4. The table-reference variable is then used for the SQL Select statement FROM clause. 然后,表引用变量被用于SQLSelect语句FROM子句。 www.ibm.com 5. Class with an SQL SELECT statement and a connection string. 使用SQLSELECT语句和连接字符串初始化。 msdn2.microsoft.com 6. CONTAINS and FREETEXT both return a TRUE or FALSE value and are specified in the WHERE or HAVING clauses of a SELECT statement. CONTAINS和FREETEXT都返回TRUE或FALSE值,并且都在SELECT语句的WHERE或HAVING子句中指定。 msdn2.microsoft.com 7. Instead the cursor definition is implicitly done by providing the corresponding SELECT statement within the LOAD command. 在LOAD命令中提供相应的SELECT语句,就会隐式地定义游标。 www.ibm.com 8. Forces all data modification statements executed against the view to follow the criteria set within select_statement. 强制针对视图执行的所有数据修改语句都必须符合在select_statement中设置的条件。 msdn2.microsoft.com 9. Specifies the conditions for the rows returned in the result set for a SELECT statement, query expression, or subquery. 指定要在SELECT语句、查询表达式或子查询的结果集中返回的行的条件。 technet.microsoft.com 10. table are finally displayed with a simple SELECT statement, demonstrating that only five of the original 10 rows remain in the table. products表的内容最终用一个简单的SELECT语句显示,展示了只有原来10行中的5行保留在表中。 www.ibm.com 1. The projected columns in the SELECT statement must be explicitly stated, and table names must be qualified with two-part names. 必须显式说明SELECT语句中提取的列,并且表名必须限定为两部分组成的名称。 msdn2.microsoft.com 2. The optional DISTINCT keyword eliminates duplicate rows from the results of a SELECT statement. 可选的DISTINCT关键字可以消除SELECT语句结果中重复的行。 www.ianywhere.com 3. This happens because we are only returning the name of the customer from the select statement. 这是因为我们仅从select语句中返回客户名称。 msdn.microsoft.com 4. In the query editor, replace the SELECT statement with the statements for your procedure. 在查询编辑器中,使用过程语句替换SELECT语句。 msdn2.microsoft.com 5. MDX supports the CELL PROPERTIES keyword in an MDX SELECT statement to retrieve intrinsic cell properties. MDX支持使用MDXSELECT语句中的CELLPROPERTIES关键字来检索内部单元属性。 msdn2.microsoft.com 6. Row aggregate functions (SUM, AVG, MIN, MAX, and COUNT) are used in a SELECT statement with the COMPUTE clause. 行聚合函数(SUM、AVG、MIN、MAX和COUNT)在SELECT语句中与COMPUTE子句结合使用。 technet.microsoft.com 7. The FROM component of a SELECT statement indicates from which table (or multiple tables) the data will be extracted. SELECT语句的FROM组件指明将从哪个表(或多个表)中提取数据。 www.ibm.com 8. SELECT statement with UNION, the types produced by the individual result sets are all converted to the destination result type. SELECT语句中,由各个结果集生成的类型都将转换为目标结果类型。 technet.microsoft.com 9. How the tables are logically related for the purposes of the SELECT statement. 就SELECT语句而言,表之间的逻辑关系。 technet.microsoft.com 10. Microsoft Access prompts you to load the SQL SELECT statement in the Query Builder. MicrosoftAccess将提示在“查询生成器”中加载SQLSELECT语句。 office.microsoft.com 1. The string is constructed as a SELECT statement, which returns a set of records. 该字符串被构造为一个SELECT语句,该语句返回一组记录。 msdn2.microsoft.com 2. To avoid infinite loops in bi-directional relationships, a CYCLE clause must be specified between RCTE and final select statement. 为了避免双向关系中出现无限循环,必须在RCTE和终止SELECT语句之间指定一个CYCLE子句。 www.ibm.com 3. If the string is a SQL SELECT statement or an ODBC CALL statement, the framework uses the string as the recordset's SQL statement. 如果该字符串为SQLSELECT语句或ODBCCALL语句,则框架将该字符串作为记录集的SQL语句使用。 msdn2.microsoft.com 4. With the DECLARE CURSOR command, a cursor is defined that reads all data of the source table SALES using a trivial SELECT statement. 使用DECLARECURSOR命令定义一个游标,它使用SELECT语句读取源表SALES的所有数据。 www.ibm.com 5. The type is then used in a table definition, an INSERT statement, and then a SELECT statement. 然后将此类型用于表定义、INSERT语句、以及SELECT语句中。 msdn2.microsoft.com 6. ORDER BY guarantees a sorted result only for the outermost SELECT statement of a query. ORDERBY只保证查询的最外面的SELECT语句的排序结果。 technet.microsoft.com 7. Functions and multiple SELECT statements separated by UNION or UNION ALL can be used in select_statement. UNION或UNIONALL分隔的函数和多个SELECT语句可在select_statement中使用。 msdn2.microsoft.com 8. The SELECT statement can be written to use the GROUPING function to substitute the string ALL for any generated NULL. 可以编写SELECT语句以使用GROUPING函数将生成的任一NULL替换为字符串ALL。 msdn2.microsoft.com 9. START WITH predicate defines the starting point and can be compared with the initial SELECT statement in a RCTE. STARTWITH谓词定义了起始点,可以与RCTE中的起始SELECT语句相比较。 www.ibm.com 10. Important: The Select statement of the SQL Query formula must include all the fields referenced in the view's columns. 重点:SQL查询公式的选择语句必须包括视图列中引用的全部字段。 www.ibm.com 1. A FOR FETCH ONLY clause is added to the Select statement to avoid record locking and to take advantage of SQL automatic blocking. 一个FORFETCHONLY子句被添加到Select语句,以避免记录锁定并利用SQL自动块操作的优势。 www.ibm.com 2. By default, the limit on the length of text data returned with a SELECT statement is 4, 000 bytes. 默认情况下,用SELECT语句返回的文本数据的长度限制是4,000字节。 msdn2.microsoft.com 3. Aggregate functions are allowed only in the select list and in the HAVING and ORDER BY clauses of a SELECT statement. 只能在SELECT语句的选择列表和HAVING和ORDERBY子句中使用集合函数。 www.ianywhere.com 4. HOLDLOCK cannot be used in a SELECT statement that includes the FOR BROWSE option. HOLDLOCK不能被用于包含FORBROWSE选项的SELECT语句。 msdn2.microsoft.com 5. The fields of the array are named fields that map to the upper case column names that were requested in the SELECT statement. 该数组的字段是命名字段,用于映射SELECT语句中需要的大写体列名。 www.ibm.com 6. The column names displayed are the same column names that are displayed for the first SELECT statement. 显示的列名称与第一个SELECT语句显示的列名称相同。 www.ianywhere.com 7. A SELECT statement is nonprocedural; it does not state the exact steps that the database server should use to retrieve the requested data. SELECT语句是非程序性的,它不规定数据库服务器检索请求的数据的确切步骤。 technet.microsoft.com 8. Is not qualified, it must be unique among all columns listed in the SELECT statement. 未限定,则它必须在SELECT语句中列出的所有列中是唯一的。 msdn2.microsoft.com 9. Since there is no COMMIT between the INSERT and SELECT statement, potentially the deadlock is caused by a table scan. 由于INSERT和SELECT语句之间没有COMMIT,死锁可能是由表扫描引起的。 www.ibm.com 10. Here, select the columns from the Employee table to be exported to the select statement. 在此,从Employee表中选择要导出到select语句的列。 www.ibm.com 1. Since there is no COMMIT between the INSERT and SELECT statement, potentially the deadlock is caused by a table scan. 由于INSERT和SELECT语句之间没有COMMIT,死锁可能是由表扫描引起的。 www.ibm.com 2. Here, select the columns from the Employee table to be exported to the select statement. 在此,从Employee表中选择要导出到select语句的列。 www.ibm.com 3. Whenever an aggregate function is used in a SELECT statement that does not include a GROUP BY clause, it produces a single value . 只要在不包括GROUPBY子句的SELECT语句中使用集合函数,集合函数就只生成一个值。 www.bing.com 4. Insertions are done in an arbitrary order unless the SELECT statement contains an ORDER BY clause. 除非SELECT语句包含ORDERBY子句,否则插入以任意顺序进行。 www.ianywhere.com 5. TOP is not used anywhere in the select_statement of the view together with the WITH CHECK OPTION clause. TOP在视图的select_statement中的任何位置都不会与WITHCHECKOPTION子句一起使用。 msdn2.microsoft.com 6. You cannot use the COMPUTE clause when the SELECT statement is part of a DECLARE CURSOR statement. 当SELECT语句是DECLARECURSOR语句的一部分时,不能使用COMPUTE子句。 msdn2.microsoft.com 7. The WHERE clause in a SELECT statement specifies the search conditions for exactly which rows are retrieved. SELECT语句中的WHERE子句指定具体检索哪些行的搜索条件。 www.kuenglish.info 8. Remaster the replicate definition and modify the replicate SELECT statement to replicate data for the newly-added column. remaster复制定义,修改复制SELECT语句,以便为新添加的列复制数据。 www.ibm.com 9. The Select statement is configured to return just one record, namely the updated version of the record that has just been updated. Select语句被配置为仅返回一个记录,即刚经过更新的记录的更新版本。 msdn2.microsoft.com 10. Is not specified, the view columns acquire the same names as the columns in the SELECT statement. 则视图列将获得与SELECT语句中的列相同的名称。 msdn2.microsoft.com 1. The following Interactive SQL example passes a SELECT statement as a string parameter and returns the plan for executing the query. 下面的InteractiveSQL示例将SELECT语句作为字符串参数传递,并返回查询的执行计划。 www.ianywhere.com 2. In an INSERT statement, a SELECT statement returning a scalar value is allowed in the VALUES clause. 在INSERT语句中,允许在VALUES子句中使用可以返回标量值的SELECT语句。 msdn2.microsoft.com 3. The projected columns in the SELECT statement may not contain aggregate expressions unless the statement uses a GROUP BY expression . 在SELECT语句中提取的列不能包含聚合表达式,除非语句使用GROUPBY表达式。 www.bing.com 4. The DECLARE CURSOR statement declares a cursor with the specified name for a SELECT statement or a CALL statement. DECLARECURSOR语句用SELECT语句或CALL语句的指定名称声明游标。 www.ianywhere.com 5. Formally, the syntax for the SELECT statement is simple, as shown in Listing 2. 在形式上,SELECT语句的语法十分简单,如清单2所示。基本格式是SELECT… www.ibm.com 6. This example concludes by issuing a SELECT statement to display the schema and contents of the new bigdog. products table. 本例最后执行SELECT语句以显示新bigdog.products表的模式和内容。 www.ibm.com 7. We selected our database, named rss_agg and wrote a very simple SELECT statement to retrieve all records from the feeds table. 我们选择了数据库,命名为rss_agg,并编写了一条十分简单的SELECT语句从feeds表中检索所有记录。 www.ibm.com 8. The command must meet the requirements and limitations for a SELECT statement. 命令必须满足SELECT语句的要求和限制。 msdn2.microsoft.com 9. Note: To detect a cycle, only the results returned by the iterative SELECT statement are checked. 注意:要检测循环,在检测循环时,系统只会检查迭代select语句返回的结果。 www.ibm.com 10. It's very common to have many nested functions in a SELECT statement. SELECT语句中存在嵌套函数是非常普遍的。 www.ibm.com 1. Option to a SELECT statement and using an appropriate ORDER BY clause to create an ordered data file . 语句将源表中的数据大容量导出,同时使用适当的ORDERBY子句创建有序的数据文件。 www.bing.com 2. The data returned by the SELECT statement is the same regardless of this setting. SELECT语句返回的数据同样与该设置无关。 msdn2.microsoft.com 3. In the T-SQL Editor, delete the SELECT statement that you added in a previous step. 在T-SQL编辑器中,删除在上一步中添加的SELECT语句。 msdn2.microsoft.com 4. You insert four rows into the database and issue a SELECT statement to verify that the new table contains four rows. 您将四行插入数据库中,然后执行SELECT语句以验证新表包含四行。 www.ibm.com 5. The SUM function is included in a correlated subquery (the SELECT statement in parentheses). SUM函数包含在相关子查询(括号中的SELECT语句)中。 msdn2.microsoft.com 6. The following procedure returns the results of a single-row SELECT statement in the procedure parameters. 以下过程在过程参数中返回单行SELECT语句的结果。 www.ianywhere.com 7. For the Configure the Select Statement step, select Specify a custom SQL statement or stored procedure and then click Next. 对于“配置Select语句”步骤,选择“指定自定义SQL语句或存储过程”,再单击“下一步”。 msdn2.microsoft.com 8. The following example shows how the SELECT statement uses the SUM aggregate, the GROUP BY clause, and the CUBE operator. 以下示例说明了SELECT语句如何使用SUM聚合、GROUPBY子句以及CUBE运算符。 technet.microsoft.com 9. Columns are defined in the select list of each SELECT statement in the view definition. 列在视图定义中每个SELECT语句的选择列表中定义。 msdn2.microsoft.com 10. The following example uses the SERVERPROPERTY function in a SELECT statement to return information about the current server. 以下示例在SELECT语句中使用SERVERPROPERTY函数返回有关当前服务器的信息。 technet.microsoft.com 1. The final select statement shows the stock_num column with the original set of data. 最后一个select语句展示了包含原始数据集的stock_num列。 www.ibm.com 2. Is the single SELECT statement that defines the return value of an inline table- valued function . 定义内联表值函数返回值的单个SELECT语句。 www.bing.com 3. Selecting HPL query brings up a small SQL select statement panel that shows a select query for the table in use. 选择HPLquery将弹出一个小的SQL选择语句面板,此面板显示正在使用的表的选择查询。 www.ibm.com 4. The select list of a SELECT statement (either a subquery or an outer query). SELECT语句的选择列表(子查询或外部查询)。 msdn2.microsoft.com 5. The following statement passes a SELECT statement as a string parameter and returns the plan for executing the query. 下面的语句将SELECT语句作为字符串参数传递,并返回查询的执行计划。 www.ianywhere.com 6. If you specify WITH AUTO NAME, the names of the items in the SELECT statement determine which column the data belongs in. 如果您指定WITHAUTONAME,则SELECT语句中的项的名称确定这些数据属于哪个列。 www.ianywhere.com 7. Is a standard SELECT statement that defines the result set of the cursor. 定义游标结果集的标准SELECT语句。在游标声明的。 msdn2.microsoft.com 8. A queue can be the target of a SELECT statement. 队列可以是SELECT语句的目标。 technet.microsoft.com 9. The SELECT statement above retrieves the data from your status_updates table in individual columns named date_created and text. 以上的SELECT语句从位于名为date_created和text的独立列中的status_updates表获取数据。 www.ibm.com 10. TOP cannot be used anywhere in the select_statement of the view when WITH CHECK OPTION is also specified. 同时指定了WITHCHECKOPTION之后,不能在视图的select_statement中的任何位置使用TOP。 technet.microsoft.com 1. The output of the above SELECT statement is shown in Listing 13. 清单13显示了以上的SELECT语句的输出。 www.ibm.com 2. Aggregate functions are frequently used with the GROUP BY clause of the SELECT statement. 聚合函数经常与SELECT语句的GROUPBY子句一起使用。 msdn2.microsoft.com 3. Create a SqlDataSource control with a valid connection string and select statement. 创建带有有效连接字符串和select语句的SqlDataSource控件。 msdn2.microsoft.com 4. This second select statement is joined with the Common Table Expression (CTE) itself by linking parent to child data. 第二个SELECT语句通过将父数据链接至子数据与公共表表达式(CTE)联接。 www.ibm.com 5. A SELECT statement that cannot be notified or was provided. 不能通知或已提供的SELECT语句。 msdn2.microsoft.com 6. The conditions that the rows in the source tables must satisfy to qualify for the SELECT statement. 为了符合SELECT语句的要求,源表中的行所必须达到的条件。 technet.microsoft.com 7. The SELECT statement clause that defines the columns of the result set returned by the statement. SELECT语句的子句之一,用于定义SELECT语句所返回的结果集的各列。 technet.microsoft.com 8. This time, instead of a SELECT statement, we'll use the stored procedure references by the BdpCommand. 这一次我们不再使用SELECT语句,而是通过BdpCommand使用存储过程引用。 www.ibm.com 9. Add the following Order By clause between the Where statement and the Select statement of the query. 将下面的OrderBy子句添加到查询的Where语句和Select语句之间。 msdn2.microsoft.com 10. Let's add a WHERE clause to that SELECT statement by invoking the EDIT command and specifying statement number 2 in the sequence. 我们将调用EDIT命令,并在顺序中指定语句序号2,通过这些操作给上面的SELECT语句添加WHERE子句。 www.ibm.com 1. WHERE A clause in the WQL SELECT statement that constrains a query so that subsets of class definitions or class instances can be selected. WQLSELECT语句中的一个子句,它约束一个查询,从而可以选择类定义或类实例的子集。 msdn2.microsoft.com 2. A primary key must be defined on the updatable recordset returned by the SELECT statement. 必须为SELECT语句返回的可更新的记录集定义一个主键。 msdn2.microsoft.com 3. It creates a single SELECT statement, so it does not build unions or intersects of SELECT statements. 它创建单个SELECT语句,因此不建立SELECT语句的联合和交集。 www.ianywhere.com 4. Specifies the provider supports the GROUP BY and HAVING clauses in a SELECT statement. 指定提供程序支持在SELECT语句中包含GROUPBY和HAVING子句。 technet.microsoft.com 5. If these options are not set appropriately, the notification is fired immediately after the SELECT statement is executed. 如果没有适当地设置这些选项,则在执行SELECT语句后将立即激发通知。 msdn2.microsoft.com 6. The CUBE operator is specified in the GROUP BY clause of a SELECT statement. CUBE运算符在SELECT语句的GROUPBY子句中指定。 msdn2.microsoft.com 7. If the statement is a SELECT statement, partial results or no results may be returned. 如果该语句为SELECT语句,则可能会返回部分结果或不返回结果。 msdn2.microsoft.com 8. The bottom left part of Figure 1 shows a SELECT statement issued while connected to database mydb with authID RAUL. 图1的左下部分展示了一条SELECT语句,该语句是在以authIDRAUL连接到数据库mydb的情况下发出的。 www.ibm.com 9. Members of the db_datareader fixed database role can run a SELECT statement against any table or view in the database. db_datareader固定数据库角色的成员可以对数据库中的任何表或视图运行SELECT语句。 msdn2.microsoft.com 10. Second, an updateable cursor must be forward only and must include the for update clause in the select statement. 其次,可更新型游标必须为仅向前型,select语句中必须包含forupdate子句。 www.ibm.com 1. Afterward, the new salary is queried with a SELECT statement. 然后,使用SELECT语句查询新的工资。 www.ibm.com 2. The select list of a query that uses a SELECT statement to return a value. 使用SELECT语句的查询的选择列表中,以返回一个值。 technet.microsoft.com 3. The Model column in the SELECT statement corresponds to the model column contained in the nested products table. SELECT语句中的Model列对应于嵌套产品表中包含的模型列。 msdn2.microsoft.com 4. The SELECT statement explicitly specifies a binary comparison for matching the message type names. SELECT语句显式指定用于匹配消息类型名称的二进制比较。 technet.microsoft.com 5. Specify a string to replace the default SQL SELECT statement that the recordset constructs. 指定一个字串来取代资料录集所建构的预设SQLSELECT陈述式。 technet.microsoft.com 6. CONTAINSTABLE and FREETEXTTABLE rowset-valued functions can be used in the FROM clause of a SELECT statement. CONTAINSTABLE和FREETEXTTABLE行集值函数可以在SELECT语句的FROM子句中使用。 msdn2.microsoft.com 7. The select statement that you build is visible under SELECT statement. 所生成的Select语句将显示在“SELECT语句”的下面。 msdn2.microsoft.com 8. To save the SQL SELECT statement, close the Query Builder, and then close the property sheet. 若要保存SQLSELECT语句,请关闭“查询生成器”,然后关闭属性工作表。 office.microsoft.com 9. You can use a similar SELECT statement in PHP to make it much easier to work with the DB2 data. 您可以使用PHP中类似的SELECT语句来更加轻松地处理DB2数据。 www.ibm.com 10. For a parameterized recordset, the database must process a SQL SELECT statement only once. 对于参数化记录集,数据库必须只处理一次SQLSELECT语句。 msdn2.microsoft.com 1. The locks that Adaptive Server Anywhere uses when you enter a SELECT statement depend on the transaction's isolation level. AdaptiveServerAnywhere在您输入SELECT语句时使用的锁定取决于该事务的隔离级别。 www.ianywhere.com 2. The row specifying the column is used to populate the SELECT, FROM and ORDER BY clauses of the SQL select statement. 指定列的行用来组成SQLselect语句的SELECT、FROM和ORDERBY子句。 www.ibm.com 3. In the following example, the inner SELECT statement (enclosed in parentheses) creates a derived table, grouped by customer id values. 在以下示例中,内部SELECT语句(用括号括起来)创建一个派生表,该派生表是按客户ID值进行分组的。 www.ianywhere.com 4. Using this approach, the named set created by using the WITH keyword can be changed without disturbing the SELECT statement. 通过这种方法,更改用WITH关键字创建的命名集时就不会打乱SELECT语句。 msdn2.microsoft.com 5. If a method used in a SELECT statement has side effects, the results are not deterministic. 如果SELECT语句中使用的方法有负面影响,结果将是不确定的。 technet.microsoft.com 6. Any valid SELECT statement that returns rows of data to be inserted into the table. 返回要插入到表中的数据行的任何有效SELECT语句。 msdn2.microsoft.com 7. This is referred to as optimizing the SELECT statement. 这称之为“优化SELECT语句”。 technet.microsoft.com 8. Running the SELECT statement inside a stored procedure will cause the error to occur at a level lower than the TRY block. 在存储过程内运行SELECT语句将导致错误在低于TRY块的级别上发生。 msdn2.microsoft.com 9. These predicates can also be used in the WHERE clause of the SELECT statement. 这些谓词还可以用于SELECT语句的WHERE子句中。 www.ibm.com 10. First, the DataGrid will auto-generate all columns returned by the SQL select statement. 首先,DataGrid会自动生成从SQLselect语句返回的所有列。 www.ibm.com 1. Also, this example modifies the SELECT statement that was used in the previous example. 此外,该示例还修改了上一个示例中使用的SELECT语句。 technet.microsoft.com 2. Next, create a simple SQL select statement that returns an employee record. 接下来,创建一个简单的SQLselect语句,该语句返回一个雇员记录。 www.ibm.com 3. This includes both the shared locks from the SELECT statement and the exclusive locks from the previous UPDATE statement. 这包括来自SELECT语句的共享锁和来自上一个UPDATE语句的排他锁。 msdn2.microsoft.com 4. Next , you verify your connection by running a very simple SELECT statement . 接下来,通过运行一个非常简单的SELECT语句来验证连接。 www.bing.com 5. The SELECT statement that follows verifies the results of the delete operation on the ShoppingCartItem table. 后面的SELECT语句验证对ShoppingCartItem表所执行的删除操作的结果。 technet.microsoft.com 6. For more information about imbedding a select statement, see SELECT FROM PREDICTION JOIN (DMX). 有关嵌入Select语句的详细信息,请参阅SELECTFROMPREDICTIONJOIN(DMX)。 technet.microsoft.com 7. Is any valid SELECT statement that returns rows of data to be loaded into the table. 任何有效的SELECT语句,它返回将加载到表中的数据行。 msdn2.microsoft.com 8. Figure 7 shows how a SELECT statement captured from an Oracle application can be replaced with a better one. 图7展示了如何使用一个更好的语句替换一个从Oracle应用程序捕获的SELECT语句。 www.ibm.com 9. When using a SELECT statement on a queue, specify the NOLOCK hint to avoid blocking applications that use the queue. 当对队列使用SELECT语句时,请指定NOLOCK提示,以避免阻塞使用该队列的应用程序。 msdn2.microsoft.com 10. In that case, the SELECT statement verified that the tables were created and loaded properly. 在该示例中,SELECT语句验证了表是否已正确创建和加载。 www.ibm.com 1. SET FORCEPLAN essentially overrides the logic used by the query optimizer to process a Transact-SQL SELECT statement. SETFORCEPLAN从本质上覆盖了查询优化器处理Transact-SQLSELECT语句所使用的逻辑。 msdn2.microsoft.com 2. For each table that can be accessed, give permission only to run the SELECT statement. 对于每个可访问的表,授予只能运行SELECT语句的权限。 www.kuenglish.info 3. The format of the rows in the result set is defined by the column-list of the SELECT statement. 结果集中各行的格式由SELECT语句的列状列表定义。 technet.microsoft.com 4. Specifies the sort order used on columns returned in a SELECT statement. 指定在SELECT语句返回的列中所使用的排序顺序。 msdn2.microsoft.com 5. The first line of the query issues a SQL SELECT statement that invokes an industry-standard SQL function (XMLQUERY). 查询的第一行发出一个SQLSELECT语句,其中调用了一个行业标准的SQL函数(XMLQUERY)。 www.ibm.com 6. You can use a Transact-SQL SELECT statement to select UDT column values to populate a dataset using a data adapter. 可以使用Transact-SQLSELECT语句来选择要使用DataAdapter填充数据集的UDT列值。 msdn2.microsoft.com 7. Specifies a SELECT statement whose result set populates the common table expression. 指定一个其结果集填充公用表表达式的SELECT语句。 msdn2.microsoft.com 8. You can also write this procedure without a loop by adding an ORDER BY value DESC clause to the SELECT statement. 您还可以通过将ORDERBY值DESC子句添加到SELECT语句中,不借助循环编写此过程。 www.ianywhere.com 9. By default, ALL is implicitly assumed, and you can use only one DISTINCT qualifier per SELECT statement. 默认情况下,ALL是隐式指定的,并且每个SELECT语句只可以使用一个DISTINCT限定符。 www.ibm.com 10. The results returned by the initial SELECT statement are not considered. 而不会检查起始select的返回的结果。 www.ibm.com 1. If the string is not a valid SELECT statement, NULL is returned. 如果该字符串不是有效的SELECT语句,则返回NULL。 www.ianywhere.com 2. A SELECT statement describes a query to the system. SELECT语句可以向系统描述查询。 msdn2.microsoft.com 3. To retrieve the results directly, first use the FOR XML clause of the SELECT statement. 若要直接检索结果,首先要使用SELECT语句的FORXML子句。 msdn2.microsoft.com 4. Much like with Transact-SQL, you can use several clauses with the SELECT statement, to extend its power. 与Transact-SQL类似,您可以在SELECT语句中使用若干个子句以扩展该语句的查询能力。 technet.microsoft.com 5. As a result, the DB2 update lock for the row is released and this row is found by the next SQL select statement in Listing 2. 因此,会释放这一行的DB2更新锁,清单2中的下一个SQLselect语句会看到这一行。 www.ibm.com 6. A SELECT statement can have multiple columns listed following the SELECT keyword. 在SELECT关键字之后,SELECT语句可以列出多个列。 www.ibm.com 7. It is the only required clause in the SELECT statement. 它是SELECT语句中唯一必需的子句。 www.ianywhere.com 8. Click Next to advance to the Configure the Select Statement page of the wizard. 单击“下一步”以前进到向导的“配置Select语句”页。 msdn2.microsoft.com 9. Provides basic syntax information for the MDX SELECT statement. 提供MDXSELECT语句的基本语法信息。 msdn2.microsoft.com 10. In the fourth page, either create the SELECT statement or select the existing stored procedures. 在第四页中,创建SELECT语句或选择现有存储过程。 msdn2.microsoft.com 1. Initializes a new instance of the PrvDataAdapter class with the specified SQL SELECT statement. 使用指定的SQLSELECT语句初始化PrvDataAdapter类的新实例。 msdn2.microsoft.com 2. For more information about SELECT statements, see SELECT statement. 有关SELECT语句的详细信息,请参见SELECT语句。 www.ianywhere.com 3. Note that the SELECT statement above is captured by the snapshot. 请注意,上面的SELECT语句是由快照所捕获的。 www.ibm.com 4. If a variable is referenced in a select list, it should be assigned a scalar value or the SELECT statement should only return one row. 如果在选择列表中引用变量,则它应当被赋以标量值或者SELECT语句应仅返回一行。 technet.microsoft.com 5. A view is a virtual table based on the result-set of a SELECT statement. 视图其实是建立在SELECT语句结果集合基础上的虚拟表。 blog.csdn.net 6. Typically, you create a SELECT statement, perhaps JOINing many tables together to yield a row. 通常,将创建SELECT子句,可能需要把许多表JOIN在一起才能得到行。 www.ibm.com 7. When selected, the wizard generates a Select statement for each Update and Insert command. 选中此选项后,向导将为每个Update和Insert命令生成一个Select语句。 msdn2.microsoft.com 8. querySQL - Any valid SQL select statement that retrieves the XML document(s) that need to be updated. querySQL——任何用于检索需要更新的XML文档的有效SQL选择语句。 www.ibm.com 9. This element appears in the Configure the Select Statement step of the wizard. 此元素出现在向导的“配置Select语句”步骤中。 msdn2.microsoft.com 10. There are restrictions on the items that can be specified in the select list when a SELECT statement contains a GROUP BY. 当SELECT语句中包含GROUPBY关键字时,对可以在选择列表中指定的项目有一些限制。 msdn2.microsoft.com 1. This type of query uses a SELECT statement with an INTO clause. 此类型的查询将SELECT语句与INTO子句一起使用。 www.ianywhere.com 2. In the SQL programming language, the task of performing a query falls to the SELECT statement. 在SQL编程语言中,执行查询的任务属于SELECT语句。 www.ibm.com 3. The SELECT statement items should be either column references or aliased expressions. SELECT语句项应当是列引用或带别名的表达式。 www.ianywhere.com 4. The last tasks are to submit a SELECT statement and to delete an item. 最后一个任务是提交SELECT语句并删除一个项。 www.ibm.com 5. Variables may be used as part of the select_statement that declares a cursor. 在声明游标的select_statement中可以使用变量。 technet.microsoft.com 6. The set of rows returned from a SELECT statement. 从SELECT语句返回的行集。 technet.microsoft.com 7. Destination columns not defined in the SELECT statement will be assigned their default value. SELECT语句中未定义的目标列将被赋予缺省值。 www.ianywhere.com 8. In the following example, the SELECT statement returns the product model ID, product name, and quantity of orders. 以下示例中,SELECT语句返回产品型号ID、产品名称和订单数量。 technet.microsoft.com 9. Ordernames (string) is the SQL order by clause of a Select statement. Ordernames(字符串)是Select语句的SQLorderby子句。 www.ibm.com 10. The rest of the SELECT statement is optional. SELECT语句的其他部分都是可选的。 www.ibm.com 1. If the SELECT statement returns no rows, the variable retains its present value. 如果SELECT语句没有返回行,变量将保留当前值。 msdn2.microsoft.com 2. Gets the parameters set by the user when executing an SQL SELECT statement. 获取当执行SQLSELECT语句时由用户设置的参数。 msdn2.microsoft.com 3. To avoid this problem, use column aliases in the SELECT statement that generates the result set. 为避免这种问题,请在生成结果集的SELECT语句中使用列的别名。 www.ianywhere.com 4. Access inserts the new or revised SQL SELECT statement into the SQL Text Editor. Access将新的或修改过的SQLSELECT语句插入到“SQL文本编辑器”中。 office.microsoft.com 5. In the Configure the Select Statement page, select Specify columns from a table or view. 在“配置Select语句”页中,选择“指定来自表或视图的列”。 msdn2.microsoft.com 6. In the follow code example, the SELECT statement in the TRY block will generate a divide-by-zero error. 在下面的代码示例中,TRY块中的SELECT语句将生成一个被零除错误。 msdn2.microsoft.com 7. If you use the SELECT statement without the ROLLUP operator, the statement creates a single grouping. 如果使用不带ROLLUP运算符的SELECT语句,则该语句创建单个分组。 technet.microsoft.com 8. The variable is a string containing a SELECT statement for the cursor. 此变量是包含游标SELECT语句的字符串。 www.ianywhere.com 9. The SELECT statement then retrieves all the columns in the edge table. 继而,SELECT语句将检索边缘表中的所有列。 msdn2.microsoft.com 10. Member tables are defined in the FROM clause in each SELECT statement in the view definition. 成员表在视图定义中每个SELECT语句的FROM子句中定义。 msdn2.microsoft.com 1. The SELECT statement cannot contain a common table expression (CTE). SELECT语句不能包含公用表表达式(CTE)。 technet.microsoft.com 2. The SELECT statement returns those rows meeting the search criteria. 这种SELECT语句返回满足搜索条件的行。 technet.microsoft.com 3. The cdr remaster command accepts only one SELECT statement. cdrremaster命令只接受一个SELECT语句。 www.ibm.com 4. If the SELECT statement returns more than one value, the variable is assigned the last value that is returned. 如果SELECT语句返回多个值,则将返回的最后一个值赋给变量。 technet.microsoft.com 5. The second method is to use something similar to an SQL SELECT statement. 第二种方法是使用某种类似于SQLSELECT语句的东西。 www.ibm.com 6. The SELECT statement defines exactly which columns will exist in this result table and the rows that will populate the table. SELECT语句可以精确定义在此结果表中将存在哪些列,以及将哪些行填充到该表中。 msdn2.microsoft.com 7. Performs a select statement, using the alternative question mark placeholders. 使用问号占位符执行一条select语句。 www-128.ibm.com 8. On the Choose a Query Type page, click Next to accept the default option (to create a SELECT statement that returns rows). 在ChooseaQueryType(选择查询类型)页面上,单击Next(下一页)接受默认选项(创建返回行的SELECT语句)。 msdn2.microsoft.com 9. For more information about the SELECT statement syntax, see SELECT statement. 有关SELECT语句语法的详细信息,请参见SELECT语句。 www.ianywhere.com 10. The slicer axis is defined in the WHERE clause of the SELECT statement in MDX. 切片器轴是在MDX中SELECT语句的WHERE子句中定义的。 msdn2.microsoft.com 1. Use the XPathSelect method for data-binding against an expression containing an XPath select statement. 使用XPathSelect方法来针对包含XPathselect语句的表达式进行数据绑定。 msdn2.microsoft.com 2. Open constructs a SQL SELECT statement from these ingredients. Open从这些成分中构造SQLSELECT语句。 msdn2.microsoft.com 3. You will define an SQL SELECT statement that the adapter will use to populate a table in the dataset. 将定义一条SQLSELECT语句,适配器将使用该语句填充数据集内的表。 msdn2.microsoft.com 4. Specifies a select statement to use when obtaining data from the database. 它指定在从数据库获得数据时要使用的Select语句。 msdn2.microsoft.com 5. The test passes, which means that running the SELECT statement returns one row. 测试通过,这意味着运行SELECT语句将返回一行。 msdn2.microsoft.com 6. The SELECT statement uses the question mark as a place holder for the ProductID parameter (952), which is provided after the statement. SELECT语句使用问号作为ProductID参数(952)(该参数在语句后提供)的占位符。 msdn2.microsoft.com 7. The following example shows a SELECT statement that will generate a divide-by- zero error . 以下代码示例显示将生成被零除错误的存储过程。 www.bing.com 8. When using the SELECT statement, make the WHERE clauses efficient to minimize the amount of data retrieved from a database. 使用SELECT语句时,请高效地使用WHERE子句来尽可能减少来自数据库的数据量。 www.ibm.com 9. The order of the clauses in the SELECT statement is significant. SELECT语句中的子句顺序非常重要。 msdn2.microsoft.com 10. Add a WHERE clause to the end of the SELECT statement. 将WHERE子句添加到SELECT语句的末尾。 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。