Hi ,
in the documentation of WITH XMLNAMESPACES - https://docs.microsoft.com/en-us/sql/t-sql/xml/with-xmlnamespaces?view=sql-server-ver15
I can't find a definition of where I can use it, and it is missing from a documentation of ccommands,
like -
In SELECT we have it in the documentation , and in UPDATE/INSERT/DELETE no , while it looks like working in those commands.
I want to know what all of the places I can use it , or the answer is everywhere.
Thanks