SELECT
GROUP_CONCAT(
CONCATENATE(id, ', ', description)
) AS results
FROM data;
--
/*
This utility will convert:
Values to use with an "IN" query
Date to a timestamp
(e.g., 5/1/2016 to 1462075200000)
Timestamp to a date
(opposite of above)
*/
To embed this project on your website, copy the following code and paste it into your website's HTML: