我创建的数据库有一些问题。
我想要计算一个总价格(三明治数量乘以三明治价格)。我以前曾让它工作过,但我不得不从它原来所在的OrderDetailsT表中删除三明治价格。我现在对这个计算有问题,因为我不能在OrderDetailsT表中进行计算(三明治价格不在那里)。
- How can I apply the Discount to the Total Price if the Total Price is more than $50 for instance? After the Discount has been applied to the Total Price field