I have the following problem:
I have a table with N columns, but I would like to make almost all of them into a single column of type json, eg:
id,
json(col2,col3,col4) as dados
I looked at the documentation, and found a command that...
asked by
26.03.2016 / 01:45