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.

Recommended Answers

All 2 Replies

GROUP_CONTACT

You mean GROUP_CONCAT ?

commented: he heh +15

Are you using Group_CONCAT...?
Check it ..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.