SQL stored procedure, using a string in JSON as parameters.

0

I want to perform a procedure stored in MYSQL, to which a text with JSON structure is passed, and convert this text to JSON in the procedure to obtain the data.

  • The JSON will not always have the same fields. It is intended to save only the data that arrives in the JSON, in order to make insertions dynamically. I hope that it is possible to do so.
asked by Luis Fernando Rivera Cortés 25.01.2018 в 20:34
source

0 answers