Hi All,
I am trying to read XML data from an XML datatype columnin MDX
The query i am using is
SELECT lock_object_id ,lock_type
FROM $System.DISCOVER_LOCKS
I want to read the data from lock_object_id separately so as to apply the condition on it.
Could someone help.
Thanks.