我有两个表:orderLine
和product
。我正在尝试创建一个触发器,该触发器从产品表中获取salePrice
,然后在插入新的orderLine时将其放入orderLine表(基于UPC?)中。
orderLine
----------
orderID
upc
productName
quantity
price
product
----------
upc
plu
productName
description
unitPrice
salePrice
departmentID