Get your own SQL server

SQL Statement:

x
 
SELECT LPAD(CustomerName, 30, "ABC") AS LeftPadCustomerName
FROM Customers; 
        

Edit the SQL Statement, and click "Run SQL" to see the result.

Result:

The Try-MySQL Editor
at w3schools.com

MySQL Database:
TablenamesRecords
Customers91
Categories8
Employees9
OrderDetails2155
Orders830
Products77
Shippers3
Suppliers29