| discount_id | products_id | discount_qty | discount_price | |||
|---|---|---|---|---|---|---|
| 5 | 1 | 101 | 13.0000 | |||
| 4 | 1 | 51 | 15.0000 | |||
| 3 | 1 | 31 | 17.0000 | |||
| 2 | 1 | 11 | 19.0000 | |||
| 1 | 1 | 5 | 21.0000 | |||
SELECT *
FROM `products_discount_quantity`
LIMIT 0 , 30
FROM `products_discount_quantity`
LIMIT 0 , 30
实际显示的价格为pricie*(1-percent)
本文展示了从`products_discount_quantity`表中查询商品折扣价格的数据样例。具体包括折扣ID、产品ID、折扣数量及折扣价格等内容。实际显示的价格为price*(1-percentage)。
226

被折叠的 条评论
为什么被折叠?



