Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.