@songying
2017-09-27T23:41:04.000000Z
字数 162
阅读 1000
mysql
select prod_name, prod_price from products where prod_price = 2.50; //检索两个列,但只返回products表中prod_price为2.50的行