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

   ### Description
   
   - parent issue #10796 
   - MySql Official Description: 
https://dev.mysql.com/doc/refman/8.4/en/mathematical-functions.html#function_conv
   
   CONV(N,from_base,to_base): Returns a string representation of the number N, 
converted from base from_base to base to_base. Returns NULL if any argument is 
NULL.
   
   ### Use case
   
   ```sql
   CONV('a',16,2); -> '1010'
   CONV('6E',18,8); -> '172'
   CONV(-17,10,-18); -> '-H'
   ```
   
   ### 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