I need to pull in a field that contains the Race of a person. Now for this report I just need to see If they are either part of a given Race or not. However, this field also has NULL values. SELECT ...
I'm making some fundamentally stupid mistake, but I'm not seeing how to do this. I have my case statement that takes a person's birth date, compares it to a given date, and comes back with the age in ...