79123743

Date: 2024-10-24 22:13:14
Score: 1.5
Natty:
Report link

Like @Bart McEndree suggested. You may temporarily replace ; enclosed by "

Example :

SELECT REPLACE(REPLACE(REPLACE(text, '";"', '"\xff"'), ';', ''), '"\xff"', '";"') FROM <table>;

In this example, I temporarily replace ";" by "\xff", but you may change that.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Bart
  • Low reputation (0.5):
Posted by: Mike