I'm doing a query on a table. The filiais
field returns the following value
["005","001"]
I wanted the query directly to transform this string (varchar) into:
['005','001']
With the single quotes
My query
SELECT * FROM bancos WHERE ativo=1