
The Quiz is asking for make location appear in all uppercase letters, the character associated with a given ASCII value and the table is people.
I tried the last one in this way:
SELECT CONCAT(name,'is from',strtoupper(location),' The ASCII character of the number ',number,' is ',ASCII(number)) FROM `people` WHERE 1
but it doesn't work. Can someone help me?
Thanks