A
an
Hello!
I have a query with next result:
Param Value Date
A V1 01JAN04
A V2 02JAN04
B V3 01JAN04
B V4 02JAN04
B V5 03JAN04
B V6 04JAN04
....
I'm with difficulty to make a query to obtain next:
ParamA ParamB
01JAN04 V1 V3
02JAN04 V2 V4
03JAN04 V5
04JAN04 V6
....
31JAN04
I would like help for this.
Tahnks in advance.
an
I have a query with next result:
Param Value Date
A V1 01JAN04
A V2 02JAN04
B V3 01JAN04
B V4 02JAN04
B V5 03JAN04
B V6 04JAN04
....
I'm with difficulty to make a query to obtain next:
ParamA ParamB
01JAN04 V1 V3
02JAN04 V2 V4
03JAN04 V5
04JAN04 V6
....
31JAN04
I would like help for this.
Tahnks in advance.
an