[ad_1]
Try this:
SELECT amount - (amount * discount_percentage / 100)
FROM tableA;
0
[ad_2]
solved Mysql: How do I subtract a percentage from a number
[ad_1]
Try this:
SELECT amount - (amount * discount_percentage / 100)
FROM tableA;
0
[ad_2]
solved Mysql: How do I subtract a percentage from a number