Best way to store XML data in a MySQL database, with some specific requirements

后端 未结 4 869
孤独总比滥情好
孤独总比滥情好 2021-02-13 15:44

I am receiving XML data from a service. The test data I am receiving back has about 300 XML nodes, clearly far too many to create individual rows for in a MySQL database.

<
4条回答
  •  北恋
    北恋 (楼主)
    2021-02-13 16:36

    Try to use LOAD XML command. This statement is available in MySQL 5.5.

提交回复
热议问题