I have a table that populates fields based on a case statement. I have an additional field that is derived from the case fields, and I need to find a way to calculated the derived field. For example,
billed_fee = CASE WHEN record_code = 21 OR
record_code = 30 AND assoc_record_code = 21) THEN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.