Skip to main content

1E 23.11 (SaaS)

BASE64URLENCODE

Function

BASE64URLENCODE

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