79296574

Date: 2024-12-20 08:22:57
Score: 0.5
Natty:
Report link

Another workaround could be CONCAT

SELECT
  CONCAT(column1, ':', column2, ':', column3)
FROM table;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Animeta