执行 »
SELECT LPAD(CustomerName, 30, "ABC") AS LeftPadCustomerName FROM Customers;