Okay, so I've not done much with calculating a value as a query value. I'm currently doing some research but I figured I would also ask here.
So this query needs to include a fee that is calculated in the following way:
What would be the best way to go about calculating this in a query (if that's possible at all).
I kind of have an idea on how to calculate it in general, just not sure how to put it in a query.
So this query needs to include a fee that is calculated in the following way:
- 0.4% for the first $5M
- 0.2% for the second $5M
- 0.1% for everything else over $10M
What would be the best way to go about calculating this in a query (if that's possible at all).
I kind of have an idea on how to calculate it in general, just not sure how to put it in a query.