Share via


2.1.2.108 F821, Local table references

V0144:

The specification states the following:

 Subclause 5.4, "Names and identifiers":
  
 <local or schema qualified name> ::=
 [ <local or schema qualifier> <period> ] <qualified identifier>
  
 <local or schema qualifier> ::=
 <schema name>
 | <local qualifier>
  
 ...
  
 <local qualifier> ::=
 MODULE
  
 ...
  
 Conformance Rules
  
 Without Feature F821, "Local table references", conforming SQL language shall not contain a <local or schema qualifier> that contains a <local qualifier>.
  
 Subclause 6.7, "<column reference>":
  
 <column reference> ::=
 <basic identifier chain>
 | MODULE <period> <qualified identifier> <period> <column name>
  
 ...
  
 Conformance Rules
  
 Without Feature F821, "Local table references", conforming SQL language shall not contain a <column reference> that simply contains MODULE.

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

Transact-SQL does not support this feature.