Hello, I have a table that has many columns (+ 80), I need a script to disregard the null fields and bring only those that have content.
I do not want to use is not null, as it would have to list each column and there are many .... Can anyone help me ??