SQL Query/Command with complex parameters?
Hello everybody,
is there a way how I can use complex parameters (INFOTABLE or JSON) for SQL Query/Commands?
Normally i need to add all columns I need as parameter. For large tables with many columns this can be really annoying.
In the script I can use "<< >>" or "[[ ]]" to substitute parameters, but how can I do it, when the parameter is a JSON? e.g.: entry = { "id": 1, "val": "Hello" }.
Every try of an SQL script trying to access "entry.val" does not work for me ...
Greetings
Andreas

