Im looking for something like SELECT PRODUCT(table.price) FROM table GROUP BY table.sale
similar to how SUM
works.
Have I missed something on the documentation, or is there really no PRODUCT
function?
If so, why not?
Note: I looked for the function in postgres, mysql and mssql and found none so I assumed all sql does not support it.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…