You are viewing a single comment's thread. Return to all comments →
Okay found the problem. I needed the 's.' in the end of CONCAT
CONCAT('There are a total of ', COUNT(occupation), ' ', occupation, 's.')
Seems like cookies are disabled on this browser, please enable them to open this website
The PADS
You are viewing a single comment's thread. Return to all comments →
Okay found the problem. I needed the 's.' in the end of CONCAT
CONCAT('There are a total of ', COUNT(occupation), ' ', occupation, 's.')