📅  最后修改于: 2022-03-11 15:05:06.079000             🧑  作者: Mango
SELECT
customerName,
city,
state,
postalCode,
country
FROM
customers
ORDER BY customerName;
Code language: SQL (Structured Query Language) (sql)