79630777

Date: 2025-05-20 15:55:59
Score: 0.5
Natty:
Report link

Add ORDER BY idx DESC

UPDATE my_table
SET idx = idx + 1
WHERE user_name = 'Bob'
ORDER BY idx DESC;

See example

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Ergest Basha