mysql base64 from BIGINT (not as string!)
Is it possible to get base64 from BIGINT (like 123456 -> 7omA) and not string (like ‘123456’-> MTIzNDU2) ? Looks like TO_BASE64 converts int 123456 to string ‘123456’, that makes me sad =|
Is it possible to get base64 from BIGINT (like 123456 -> 7omA) and not string (like ‘123456’-> MTIzNDU2) ? Looks like TO_BASE64 converts int 123456 to string ‘123456’, that makes me sad =|