Zkplo opened a new issue, #11122:
URL: https://github.com/apache/inlong/issues/11122

   ### Description
   
   - parent issue #10796 
   - MySql Official Description: 
https://dev.mysql.com/doc/refman/8.4/en/string-functions.html#function_unhex
   
   UNHEX(str): For a string argument str, UNHEX(str) interprets each pair of 
characters in the argument as a hexadecimal number and converts it to the byte 
represented by the number. The return value is a binary string.
   
   ### Use case
   
   ```sql
   UNHEX('4D7953514C'); -> 'MySQL'
   UNHEX(HEX('string')); -> 'string'
   HEX(UNHEX('1267')); -> '1267'
   ```
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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