79077022

Date: 2024-10-11 06:29:36
Score: 2.5
Natty:
Report link

This method can meet your needs:

SELECT REGEXP_REPLACE(content, SUBSTR(content, 1, 1), '', 'ig')
FROM string;

https://dbfiddle.uk/vl7OfVUX

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shinichi Kudo