79133324

Date: 2024-10-28 12:13:35
Score: 1
Natty:
Report link

First I have to say: Sorry for the noise!

I found a copy & paste-error in the SQL statement:

u.`name`=plu.`name`=MID(plu.`name`,3,LENGTH(plu.`name`)-4) 

Should be:

u.`name`=MID(plu.`name`,3,LENGTH(plu.`name`)-4) 

The produced error was just misleading in that case.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: nd_