Hi Guys,
I have column value with '||'. Now I want ro replace the '||' by Enter character (\n).
Like:
Input: "Product has been sold || Sold by Sunil"
Output: Product has been sold
Sold by Sunil
can yuo please provide a SQL query for the same.
Thankx,
Sudi