Is there a way to use GROUP_CONCAT in the DESCRIBE table query? Was hoping for output like:
id,title,body
Rather than the typical description...
Is there a way to use GROUP_CONCAT in the DESCRIBE table query? Was hoping for output like:
id,title,body
Rather than the typical description...
This should do the trick: