79302173

Date: 2024-12-23 05:05:39
Score: 1.5
Natty:
Report link

Save your time, use CONCAT_WS

SELECT
  SUM(CHAR_LENGTH(CONCAT_WS('', column1, column2, column3, column4))) as bsize
FROM table1
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jarod Denison