Common Table Expression的意思|示意

美 / / 英 / /

通用表表达式


Common Table Expression的网络常见释义

公共表表达式 专家解答 公共表表达式(Common Table Expression,CTE)是SQL Server 2005推出的,并且可以看做是在单独的SELECT、INSERT、UPDAT...

公用表表达式 公用表表达式(Common Table Expression)是SQL SERVER 2005版本之后引入的一个特性.CTE可以看作是一个临时的结果集,可以在接下来的一个SELECT,INSERT,UPDATE,DELETE,MERG...

关键字之公用表表达式 (9/999) » 1 WITH关键字之公用表表达式(CTE, Common Table Expression) 申明:本文知识主要要来源于英文版MSDN,是笔者自己对该知识点的理解,难免有错误的地方。

通用表表达式 ...库,query,email   SQL Server 2005引进了一个很有价值的新的Transact-SQL语言组件:一个通用表表达式(Common Table Expression,CTE),它是派生表和视图的一个便捷的替代。

Common Table Expression相关例句

Recursive Common Table Expression – RCTE

递归通用表表达式 (RCTE)

Its technical term is a common table expression (CTE).

用技术术语来说,这叫做公共表表达式(common table expression, CTE)。

Notice that for each repetition group a common table expression has been created (lines 2, 18 and 38).

注意,已为每个副本组创建了一个公共表表达式(第2、18和38行)。

This second select statement is joined with the Common Table Expression (CTE) itself by linking parent to child data.

第二个SELECT 语句通过将父数据链接至子数据与公共表表达式 (CTE) 联接。

According to the SQL Standard, the method to evaluate hierarchical or bi-directional data is the Recursive Common Table Expression (RCTE).

根据SQL标准,评估分层或双向数据的方法为递归通用表表达式(RCTE)。

Table 1 shows some common regular expression operators.

表 1 显示了一些常用的正则表达式操作符。