Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element select_statement_single_row
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_select.tmp#kw_select ansi2003_xsd_Element_set_quantifier.tmp#set_quantifier ansi2003_xsd_Element_select_list.tmp#select_list ansi2003_xsd_Element_kw_into.tmp#kw_into ansi2003_xsd_Element_select_target_list.tmp#select_target_list ansi2003_xsd_Element_table_expression.tmp#table_expression
Properties
content complex
Used by
Element sql_data_statement
Element Group data_manipulation
Model
Children kw_into, kw_select, select_list, select_target_list, set_quantifier, table_expression
Instance
<select_statement_single_row xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_select>{1,1}</kw_select>
  <set_quantifier>{0,1}</set_quantifier>
  <select_list>{1,1}</select_list>
  <kw_into>{1,1}</kw_into>
  <select_target_list>{1,1}</select_target_list>
  <table_expression>{1,1}</table_expression>
</select_statement_single_row>
Source
<xs:element name="select_statement_single_row">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_select"/>
      <xs:element ref="set_quantifier" minOccurs="0"/>
      <xs:element ref="select_list"/>
      <xs:element ref="kw_into"/>
      <xs:element ref="select_target_list"/>
      <!-- into clause -->
      <xs:element ref="table_expression"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>