您要查找的是不是:
- The SELECT statement queries the edge table. SELECT语句将查询此边缘表。
- Query objects by using the SELECT statement. 使用SELECT语句查询对象。
- A queue can be the target of a SELECT statement. 队列可以是SELECT语句的目标。
- An Exit Select statement occurs outside a Select block. Exit Select语句出现在Select块外。
- The order of the clauses in the SELECT statement is significant. SELECT语句中的子句顺序非常重要。
- The SELECT statement in this example returns a single row. 该示例中的SELECT语句返回单行。
- The SELECT statement returns all the columns in the edge table. SELECT语句将返回边缘表中的所有列。
- Add a WHERE clause to the end of the SELECT statement. 将WHERE子句添加到SELECT语句的末尾。
- If the string is not a valid SELECT statement, NULL is returned. 如果该字符串不是有效的SELECT语句,则返回NULL。
- You can then use the named set within an MDX SELECT statement. 然后,就可以在MDX SELECT语句中使用该命名集。
- On the Specify a SQL SELECT statement page, click Query Builder. 在“指定SQL SELECT语句”页上,单击“查询生成器”。
- One SELECT statement can initialize multiple local variables. 一个SELECT语句可以初始化多个局部变量。
- A view is a virtual table based on the result-set of a SELECT statement. 视图其实是建立在SELECT语句结果集合基础上的虚拟表。
- The CUBE operator is specified in the GROUP BY clause of a SELECT statement. CUBE运算符在SELECT语句的GROUP BY子句中指定。
- You construct SELECT statements from clauses. 您可以通过子句构造SELECT语句。
- Remove the column list and use column aliases in your select statement instead. 请移除列列表,并且在select语句中改为使用列别名。
- The SELECT statement contains a join, GROUP BY clause, or aggregate function. SELECT语句包含联接、GROUP BY子句或聚合函数。
- The SELECT statement then retrieves all the columns in the edge table. 继而,SELECT语句将检索边缘表中的所有列。
- The select statement that you build is visible under SELECT statement. 所生成的Select语句将显示在“SELECT语句”的下面。
- Performs a select statement, using the alternative question mark placeholders. 使用问号占位符执行一条select语句。