When opening the xml stored in database table in the Azure data studio it displays tags in multiple lines like below
<header1>
value1
</header1>
Is there any command equivalent to TRYCAST in SSMS which opens the XML in single line. I'm expecting to open the xml as below in Azure Data Studio.
<header1>value1</header1>