Viewing 2 posts - 1 through 2 (of 2 total)
So, this means that a negative number is not considered to be a "number", but a "formula".
In essence: -100.0 does NOT mean to subtract 100, but to represent a negative...
June 9, 2020 at 7:27 am
#3761569
I think i would use the Case-function to determine a 'priority' for each row,
en then select the record with the highest priority.
Like this:
First, the determination of priority:
SELECT *,
...
July 7, 2008 at 3:11 pm
#839189