执行 »
SELECT RPAD(CustomerName, 30, "ABC") AS RightPadCustomerName FROM Customers;