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