This is my first question, and I1m not sure if Im doing something wrong...
Im working with MYSQL.
The problem is
IN (10,12) returns the values that I want
IN ('10,12') returns only the first value
I think I have the "second" situation on my recordset
How to "fix" it in one select query?
PS: This is my query. SELECT GROUP_CONCAT(gcr.descricao) FROM grupos_contas_relacional gcr WHERE id IN (gce.relacionados)