Is there any way to create a temporary table according to a select with columns created dynamically, as shown in the examples below?
ex:
SELECT idCentroCusto, 'Dez/14', 'Jan/15', 'Fev/15', 'Mar/15', totalAnual
or
SELECT idCentroCusto,...
asked by
03.03.2015 / 14:57