I have to do a lot of searches in a SQL table, so it occurred to me to do 1 single selected query and save it in a JSON like this:
SELECT json_object('id', Id, 'nombre', nombre) FROM etiquetas
What I do not know, is how to search inside tha...
asked by
14.09.2018 / 03:08