[主观题]

补全语句:select vend_id,count(*) from products where prod_price>=10 group by vend_id ____ count(*)>=2;

参考答案与解析:

相关试题

补全语句:select vend_id,count(*) from produc