填空题
计算字段的累加和的函数是()。
sum()
填空题 补全语句:select vend_id,count(*)from products where prod_price>=10group by vend_id()count(*)>=2。
填空题 tinyint数据类型占用的字节数为()。
填空题 select-2.0*4.0;的结果为()。