Back to Playground Home

Left pad string values that have less than a certain number of characters

SELECT LPAD(string_field, '20', '*') AS value
FROM users