题解 | #检索所有列#
检索所有列
https://www.nowcoder.com/practice/cf0e3919ba8e4fa2ba19ea09df7fb756
-- 用 select 查询出 cust_id,cust_name 的列所有数据 select cust_id,cust_name from Customers
检索所有列
https://www.nowcoder.com/practice/cf0e3919ba8e4fa2ba19ea09df7fb756
-- 用 select 查询出 cust_id,cust_name 的列所有数据 select cust_id,cust_name from Customers
相关推荐