Thanks for your speed!
But I see an article on internet (
http://www.devx.com/getHelpOn/Article/11004/0/page/3),
and seem that there's the possibility
(using appropriate functions)
to querying an XML field via SQL.
In the specific case he monstrate how
to update a field of an XML document store in a DB field,
using this sintax:
UPDATE sales_tab
SET order = Update(order, '/Order/Customer/Name', 'Customer X')
WHERE sales_person = 'Salesperson Y'
Do you know this?
But my goal is querying and not modify the field
and so I ask if there's the possibility to do this
Thanks