I know this is late reply. But you can get over this by doing like the following. select CONCAT(CAST(class_id AS CHAR), CAST(section AS CHAR)) ClassName from class_sections; It worked for me.
↧