Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?><ConfigurationDTO xmlns="http://xmlns.xxxx.com/LLLL/PS/DDD/DataTransferObjects/ScConfiguration/CAS3/v1" xmlns:disp="DDD" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <General>
    <Id>788</Id>
    <Security>3</Security>
  </General>
</ConfigurationDTO>
J'ai une table que je nommerai TEST qui contient un colonne XML. Le contenu de ce champ est représenté par l'extrait ci-contre. Je recherche à extraire le contenu du tag Security avec un select. Comment dois-je faire ?