79559972

Date: 2025-04-07 13:18:29
Score: 2.5
Natty:
Report link

Try using select replace(replace(replace(json_arrayagg(fieldname), '"',''), '[', ''),']','') from table_name instead of using GROUP_CONCAT to overcome the limitation of GROUP_CONCAT in Mysql

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sathish Doijode