encode
function encode(column, charset): Column;Defined in: functions/string.ts:200
Computes the first argument into a string from a binary using the provided character set.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
charset | string |