执行 »
SELECT SUBSTR(CustomerName, 2, 5) AS ExtractString FROM Customers;