Share via


2.1.2.69 F403, Partitioned join tables

V0105

The specification states the following:

 Subclause 7.7, "<joined table>":
  
 <joined table> ::=
 <cross join>
 | <qualified join>
 | <natural join>
  
 ...
  
 <qualified join> ::=
 { <table reference> | <partitioned join table> }
 [ <join type> ] JOIN
 { <table reference> | <partitioned join table> }
 <join specification>
  
 <partitioned join table> ::=
 <table factor> PARTITION BY
 <partitioned join column reference list>
  
 ...
  
 Conformance Rules
  
 Without Feature F403, "Partitioned join tables", conforming SQL language shall not contain <partitioned join table>.
  

Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 vary as follows:

Transact-SQL does not support this feature.