SELECT subject,GROUP_CONTACT(description)FROM assignment WHERE standard_id='1' AND section_id='61' AND assignment_date='2015-06-30' GROUP BY subject;
For above query , I am facing this error , what is the mistake,
Error:#1305 - FUNCTION ssv.GROUP_CONTACT does not exist.