Hi,
Need Sql query Help to get expected out put
Data in the table column Text has delimiter using </>
Actual
--------------
Text
ABC</>DEF FF</>ZZZ
How do I get 10 spaces then carriage return when there is a delimiter</>
Expected
----------------
ABC
DEF FF
ZZZ