Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
collate_clause, column_reference |
Instance
|
<window_partition_column_reference xmlns="http://www.sqlparser.com/xml/ansi2003">
<column_reference>{1,1}</column_reference>
<collate_clause>{0,1}</collate_clause>
</window_partition_column_reference> |
|
Source
|
<xs:element name="window_partition_column_reference">
<xs:complexType>
<xs:sequence>
<xs:element ref="column_reference"/>
<xs:element ref="collate_clause" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|