BASE64URLENCODE
| Function | |
|---|---|
| Action | Produces a Base 64 URL encoded string for the input text. | 
| Parameters | (string) Input text to be encoded. | 
| Return values | (string) Basename (filename with file extension if present). | 
| Example | // Returns "QUJDYWJjMTIzIUAjPXw-ejw_"
SELECT BASE64URLENCODE("ABCabc123!@#=|>z<?") AS Base64UrlEncoded; | 
| Notes | Introduced in v24.9 |