|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Type |
restriction of xs:string |
Properties
|
|
Facets
|
|
Used by
|
Elements |
corresponding_spec/by_corresponding_column_list, equals_ordering_form, full_ordering_form, granted_by_grantor, group_by_clause, identity_column_specification/always_by_default/by_default, order_by_clause, recursive_search_order/breadth_first_by_column_name_list, recursive_search_order/depth_first_by_column_name_list, sequence_generator_increment_by_option, window_order_clause, window_partition_clause, within_group_specification |
|
Source
|
<xs:element name="kw_by">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="by"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|
|
|