D
David
In a query I want to only return fields that are not null
from the table.
That is, query on a "key field" and if another field is
null not return that field.
Time Sensor 1 Sensor2
1 1500
2 1500
If I query on time1 only sensor1 field would return
If I query on time2 only sensor2 field would return.
David
from the table.
That is, query on a "key field" and if another field is
null not return that field.
Time Sensor 1 Sensor2
1 1500
2 1500
If I query on time1 only sensor1 field would return
If I query on time2 only sensor2 field would return.
David