How can I import a JSON file into MySQL database, using a simple query, without actually converting it to any other file formats like CSV etc.?

前端 未结 3 907
说谎
说谎 2021-01-03 16:26

I tried to import a JSON file which looks like:

[ 
{ 
\"executionDateTime\":\"2017-07-07 15:21:15\",
\"A\":1,
\"B\":1
},
{ 
\"executionDateTime\":\"2017-07-0         


        
3条回答
  •  悲&欢浪女
    2021-01-03 16:56

    I am using this web page which transform json file in sql file, after that, I execute script in toad mysql and works.

    URI of web I am using is converter web

提交回复
热议问题