W
WebRaster
Could someone explain why this SELECT produce an error message ?
SELECT cc_nome, count(incc) as tot, incc
FROM conta_ea GROUP BY cc_nome
ORDER BY cc_nome ASC;
----------------------------------------------------------------------------
SELECT cc_nome, count(incc) as tot, incc
FROM conta_ea GROUP BY cc_nome
ORDER BY cc_nome ASC;
----------------------------------------------------------------------------