SBUH
August 22nd, 2003, 05:26 AM
My situation like this:
Table1
ID Col Col2 Col3.... Coln
.....
2 x null null .... xxx
....
Now I want to count how many Columns in one row havenot null values.
For the upper table row 2, the counter should return 2 to me.
Thanks!
Table1
ID Col Col2 Col3.... Coln
.....
2 x null null .... xxx
....
Now I want to count how many Columns in one row havenot null values.
For the upper table row 2, the counter should return 2 to me.
Thanks!