AWS Redshift SQL equivalent of Tableau – Amazon web services
I have this code in tableau which I need to convert to Redshift SQL ( zn( sum([Market_Price]) )- zn( sum( if ISNULL([Market_Price]) then null else [Initial_Price] end ) ))/ zn(sum([Market_Price])) I have tried but not getting the same results. Do…