Share via


2.1.2.138 S091-03, Array expressions

V0174:

The specification states the following:

 Subclause 6.36, "<array value expression>":
  
 <array value expression> ::=
 <array concatenation>
 | <array primary>
  
 <array concatenation> ::=
 <array value expression 1> <concatenation operator> <array primary>
  
 <array value expression 1> ::=
 <array value expression>
  
 <array primary> ::=
 <value expression primary>
  
 ...
  
 Conformance Rules
  
 Without Feature S091, "Basic array support", conforming SQL language shall not contain an <array value expression>.

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

Transact-SQL does not support this feature.