Open shankarnayagam opened 7 years ago
I found out the issue. If any of values of the column on which we are executing the pivot is null, it is crashing the database, rather it would be better if it throws an error message saying cannot create column name as null.
@shankarnayagam Thank you for reporting the issue. I hope I could find some time to fix it in the future.
Hi,
I have been using this script for quite a while without any issue. But suddenly this script stopped working and whenever I run this select * from pivotmytable query my postgreSQL database service stops and I am not able create the pivot table. My original table almost has 1 million records, could this be the reason for this issue? Kindly confirm.