ezoic

Thursday, October 27, 2016

select *, count(*) from table group by * not working on Netezza

select *, count(*) from table group by *  is not working on Netezza.

We need to use something:

select *, count(*) from table group by col1, col2, ...,coln 

No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...