strongduanmu commented on issue #22355:
URL: 
https://github.com/apache/shardingsphere/issues/22355#issuecomment-1326025753

   According to oracle 
document——https://docs.oracle.com/javadb/10.6.2.1/ref/rrefsqljusing.html, when 
a USING clause is specified, an asterisk (*) in the select list of the query 
will be expanded to the following list of columns (in this order):
   
   - All the columns in the USING clause
   - All the columns of the first (left) table that are not specified in the 
USING clause
   - All the columns of the second (right) table that are not specified in the 
USING clause
   
   An asterisk qualified by a table name (for example, COUNTRIES.*) will be 
expanded to every column of that table that is not listed in the USING clause.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to