soppose i have this query:
select field1, field2, amount
from anytable
and the amount column shows amounts consisting of both negatives and positives. how could a display 2 columns for amounts being all of the negatives and the other with all of the positives
any help will be greatly appreciated
keith
select field1, field2, amount
from anytable
and the amount column shows amounts consisting of both negatives and positives. how could a display 2 columns for amounts being all of the negatives and the other with all of the positives
any help will be greatly appreciated
keith