wangyum commented on pull request #32852:
URL: https://github.com/apache/spark/pull/32852#issuecomment-858417308


   This is MySQL syntax:
   ```
   mysql> SHOW CHARACTER SET WHERE `Default collation` LIKE '%japanese%';
   +---------+---------------------------+---------------------+--------+
   | Charset | Description               | Default collation   | Maxlen |
   +---------+---------------------------+---------------------+--------+
   | ujis    | EUC-JP Japanese           | ujis_japanese_ci    |      3 |
   | sjis    | Shift-JIS Japanese        | sjis_japanese_ci    |      2 |
   | cp932   | SJIS for Windows Japanese | cp932_japanese_ci   |      2 |
   | eucjpms | UJIS for Windows Japanese | eucjpms_japanese_ci |      3 |
   +---------+---------------------------+---------------------+--------+
   ```
   https://dev.mysql.com/doc/refman/8.0/en/extended-show.html


-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to