Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

ENC_BASE64(<string>)

Description

Base64 are similar encoding schemes for representing binary data as ASCII characters. ENC_BASE64 encodes plaintext as a string.

Examples

Column1

ENC_BASE64 returns

United States

VW5pdGVkIFN0YXRlcw==

Belize

QmVsaXpl

Japan

SmFwYW4=

  • No labels