标签: sql angular
我有customer表,其中包含country,customer_id和customer_name列。
customer
country
customer_id
customer_name
像在SQL查询中一样,我需要按country,customer_id和customer_name列按角度对mat表格进行排序。
SELECT * FROM customers ORDER BY country, Customer-Name;