G
g
Hi Everyone,
I Need a query that brings column that only has 0 (zero) value. Table Name =
Tbl_Loaded with lots of column. The columns are all number fields and I need
a query that shows only column that has 0 Value.
Example:
Tbl_Loaded
RecNum_PK, Col1, Col2, Col3, Col4, Col5
1 0 5 6 8 10
2 5 0 7 12 15
3 6 5 4 5 0
Result should be
RecNumb_Pk,Col1,Col2,Col5
1 0 5 10
2 5 0 15
3 6 5 0
Thank you very much
I Need a query that brings column that only has 0 (zero) value. Table Name =
Tbl_Loaded with lots of column. The columns are all number fields and I need
a query that shows only column that has 0 Value.
Example:
Tbl_Loaded
RecNum_PK, Col1, Col2, Col3, Col4, Col5
1 0 5 6 8 10
2 5 0 7 12 15
3 6 5 4 5 0
Result should be
RecNumb_Pk,Col1,Col2,Col5
1 0 5 10
2 5 0 15
3 6 5 0
Thank you very much