Hi @Lylyy
Check this query:
select order_id
,SUM(case when product='AA' then price*0.90
when product='BB' then price*0.85 end) as total
from @temp
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.