tristaZero commented on issue #4885: Parse `Join table` for supporting `Join 
table` query SQL
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4885#issuecomment-603236971
 
 
   The final parsed result assertion in `xml` is 
   ```
   <select sql-case-id="select_comparison_symbol_with_single_table" 
parameters="1, 10, 2, 5">
           <table-references>
               <table-reference>
                   <simple-table name="t_order" start-index="14" 
stop-index="20" />
                   <join-table start-index="14" stop-index="20">
                       <simple-table name="t_order" start-index="14" 
stop-index="20" />
                       <join-specification start-index="14" stop-index="20">
                           <column-name start-index="14" stop-index="20" />
                           <compare-predicate start-index="14" 
stop-index="20"></compare-predicate>
                       </join-specification>
                   </join-table>
                   <join-table start-index="14" stop-index="20">
                       <simple-table name="t_order" start-index="14" 
stop-index="20" />
                   </join-table>
               </table-reference>
               <tableReference>
                   <simple-table name="t_order" start-index="14" 
stop-index="20" />
               </tableReference>
           </table-references>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to