I have this query that I do in my REST API which lists the items in the following way.
Inquiry
SELECT 'i'.'name', 'i'.'id', 'i'.'img', 'd'.'url', GROUP_CONCAT(t.name SEPARATOR ', ') as tags FROM 'demos' i INNER JOIN 'details' d ON 'i'.'id'...
asked by
29.03.2017 / 23:55