Hi all,
I want to use ntile function over a column that can have null values and I need it to ignore the null rows when calculating the ntile.
So I wonder how does NTILE function process NULL value? Does it ignore null values or do I need to use any key words for that?
Thanks,
Alex