I have the following query below, the idea is to get the value of the variable @subcategories and put in the IN of the query:
set @subcategorias = replace('10, 11, 29, 30, 31', '''', '');
SELECT
car.NomeCaracteristica,
MAX(catcar.Valor) AS V...
asked by
04.02.2017 / 00:32