|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Type |
restriction of xs:string |
Properties
|
|
Facets
|
|
Used by
|
Elements |
binary_trim_operands/specification_octet_from, collation_definition, delete_statement_positioned, delete_statement_searched, derived_representation, distinct_predicate_part_2, dynamic_delete_statement_positioned, extract_expression, fetch_orientation_from, from_clause, from_sql, from_start_position, kw_from_sql, preparable_dynamic_delete_statement_positioned/from_target_table, prepare_statement, result_cast, revoke_privilege_statement, revoke_role_statement, transliteration_definition, trim_operands/specification_character_from |
|
Source
|
<xs:element name="kw_from">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="from"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|
|
|