tuichenchuxin commented on issue #11115:
URL:
https://github.com/apache/shardingsphere/issues/11115#issuecomment-875478264
@guimingyue
Hi, i can assigned the joinType to 3 types
"INNER","LEFT","RIGHT" but not "FULL".
Because mysql only support this
joined_table: {
table_reference {[INNER | CROSS] JOIN | STRAIGHT_JOIN} table_factor
[join_specification]
| table_reference {LEFT|RIGHT} [OUTER] JOIN table_reference
join_specification
| table_reference NATURAL [INNER | {LEFT|RIGHT} [OUTER]] JOIN table_factor
}
will this three type enough for you ?
--
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]