Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: how to read xml variable using openxml

    Hello

    In a SQL to get the fields of XML to SQL query would be like this, not if you really want to take SQL.

    select

    campo.value('(/Encabezado/Heads_tree_XML)[1]','Data_type'')

    from tabla

    I hope to help you

  • RE: how to read xml variable using openxml

    Hola,

    No entiendo bien tu pregunta, espero te pueda ayudar esto, no hablo ni escribo bien el ingles

    select

    campo.value('(/Encabezado/Heads_dependiendo_arbol_del_XML)[1]','tipo_dato'')

    from tabla

    y de ahi ya podrias manejar tu fecha a tu gusto, adicional,...

Viewing 2 posts - 1 through 2 (of 2 total)