I need to get rows where one column is a certain percentage greater than another.
So say I have 2 columns:
InventoryLevel intInventoryAlert int
I need to get all rows where the InventoryLevel is 25% greater than the InventoryAlert.
Is that possible to do all in one query? Any help would be greatly appreciated!
1 Answer