panbingkun commented on PR #48087: URL: https://github.com/apache/spark/pull/48087#issuecomment-2351007072
> Oracle has SHOW COLLATION?? Do you have link? Also we should have a wider spread… 5 flavors of MySQL re still MySQL. Collations() works for me. Happens to line up with the ANSI information schema > […](#) > Sent from my iPhone On Sep 14, 2024, at 4:02 AM, panbingkun ***@***.***> wrote: @panbingkun<https://github.com/panbingkun> Which function name do other systems use? Database Support Name mysql SHOW COLLATION COLLATION MariaDB SHOW COLLATION LIKE 'latin2%'; COLLATION oracle SHOW COLLATION COLLATION TiDB SHOW COLLATION COLLATION PingCap SHOW COLLATION COLLATION Firebird SHOW COLLATIONS COLLATIONS MS SQL Server SELECT name, description FROM sys.fn_helpcollations(); ...collations() — Reply to this email directly, view it on GitHub<[#48087 (comment)](https://github.com/apache/spark/pull/48087#issuecomment-2350952430)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA22CFGODHWK2YYFZUVKQ6LZWQJSVAVCNFSM6AAAAABODCERQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJQHE2TENBTGA>. You are receiving this because you were mentioned.Message ID: ***@***.***> It was my bad, I misread `Oracle`. Additionally, I have updated `links` and `screenshots` for all databases. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
