conv
function
Applies to: Databricks SQL
Databricks Runtime
Converts num
from fromBase
to toBase
.
Arguments
num
: An STRING expression expressing a number infromBase
.fromBase
: An INTEGER expression denoting the source base.toBase
: An INTEGER expression denoting the target base.