SELECT value,
replace(replace(replace(value, char(0x0A using utf8), '\\n'), char(0xc2b6 using utf8), '\\r\\n'), char(0x0D using utf8), '\\r') AS new_value
FROM table_name
update table_name
set value = replace(replace(replace(value, char(0x0A using utf8), '\n'), char(0xc2b6 using utf8), '\r\n'), char(0x0D using utf8), '\r')
SELECT value,
replace(replace(replace(value, char(0x0A using utf8), '\n'), char(0xc2b6 using utf8), '\r\n'), char(0x0D using utf8), '\r') AS new_value
FROM table_name
SELECT value,
replace(replace(replace(value, char(0x0A using utf8), '\\n'), char(0xc2b6 using utf8), '\\r\\n'), char(0x0D using utf8), '\\r') AS new_value
FROM table_name
.flex
{
....
position: relative;
}
.item-5
{
position: absolute;
bottom: 0;
}
Используйте select:
Тут куча вариантов получения этого символа. Что даст не нулевую выборку, тот код и используйте для замены.