您要查找的是不是:
- Correlation names are described in FROM clause. 在FROM子句中介绍了相关名。
- Query FROM clause references no tables. 查询FROM子句没有引用表。
- Derived tables allow you to nest queries within a FROM clause. 派生表使您能够在FROM子句中嵌套查询。
- FROM clause The filename is passed to the server as a quoted string. FROM子句filename采用两侧加有引号的字符串的形式传递到服务器。
- This means any object that can appear in a FROM clause, except synonym objects. 也就是说,返回任何能够在FROM子句中出现的对象(不包括同义词对象)。
- The INTO clause follows the select list and precedes the FROM clause. INTO子句跟随在选择列表之后,位于FROM子句之前。
- You construct SELECT statements from clauses. 您可以通过子句构造SELECT语句。
- The new key value is not visible if the insert contained a remote table in the FROM clause. 如果插入时在FROM子句中包含远程表,则新键值不可见。
- A view with an INSTEAD OF UPDATE trigger cannot be a target of an UPDATE with a FROM clause. 带INSTEAD OF UPDATE触发器的视图不能是含有FROM子句的UPDATE的目标。
- The result set returned by a pass-through query can be used in the FROM clause of a query like an ordinary base table. 传递查询返回的结果集像普通基表一样可以用于查询的FROM子句中。
- Insert or update operations that are based on a self-join follow the order in the FROM clause. 基于自联接的插入和更新操作遵循FROM子句中的顺序。
- Provides a description of the purpose of the FROM clause in an MDX SELECT statement. 介绍MDX SELECT语句中的FROM子句的用途。
- The FROM clause does not specify a table name, but rather the search scope name, followed by ". FROM子句没有指定一个表名,而是指定搜索范围的名称,后面跟随“。
- When a table-valued function returns a table, you can use that function in the FROM clause of another query. 当表值函数返回表时,您可以在另一个查询的FROM子句中使用该函数。
- Similarly, if table names are aliased in the FROM clause, only the alias names can be used to qualify their columns in the ORDER BY clause. 同样,如果表名已在FROM子句中有了别名,则ORDER BY子句中只能使用别名来限定它们的列。
- The previous restrictions apply to any subqueries in the FROM clause of the view, just as they apply to the view itself. 上述限制适用于视图的FROM子句中的任何子查询,就像其应用于视图本身一样。
- The SELECT statements you have seen so far produce results that consist solely of data from the tables in the FROM clause. 到目前为止,您看到的SELECT语句产生的结果只包含FROM子句指定的表中的数据。
- Inserts can be done into views, if the query specification defining the view is updateable and has only one table in the FROM clause. 如果定义视图的查询说明是可更新的而且FROM子句中只有一个表,则可以插入到视图中。
- If you are performing a join of two or more tables, rewrite GetDefaultSQL to customize the table list used in the SQL FROM clause. 如果正执行两个或更多个表的联接,则重写GetDefaultSQL以自定义SQL FROM子句中使用的表列表。
- Each table in the FROM clause, for which at least one column is listed in the SELECT clause, is represented as an XML element. FROM子句中每个在SELECT子句中至少列出一次的表都被表示为一个XML元素。