Hi flect,
what's wrong on this query, I have 6 records and 3 of them has cc_code equals to a,b,c and the rest are e,f,g. I believe cc_code = abc description would be "BS" otherwise "VOCATIONAL". When I ran the query all DESCRIPTION are "BS".
SELECT tab_course.cc_code, tab_course.cc_desc...