F
Florin
Hi,
Explain to me, please, how to create an interogation that
shows valid prices on a specific date (let's say 11.03.2007), given the
following table:
Code price date
D210 0.17 01.01.2007
D210 0.21 15.02.2007
D210 0.22 27.02.2007
D210 0.24 15.03.2007
D210 0.32 27.04.2007
I353 1.32 01.01.2007
I353 1.35 16.01.2007
I353 1.37 26.04.2007
The result should appear as follows:
code price date
D210 0.22 27.02.2007
I353 1.35 16.01.2007
Thanks
Explain to me, please, how to create an interogation that
shows valid prices on a specific date (let's say 11.03.2007), given the
following table:
Code price date
D210 0.17 01.01.2007
D210 0.21 15.02.2007
D210 0.22 27.02.2007
D210 0.24 15.03.2007
D210 0.32 27.04.2007
I353 1.32 01.01.2007
I353 1.35 16.01.2007
I353 1.37 26.04.2007
The result should appear as follows:
code price date
D210 0.22 27.02.2007
I353 1.35 16.01.2007
Thanks