S
subs
ozip dzip shipdate wgt Transport cost
A B 12/1/07 20000 450
C D 4/1/08 15000 890
E F 9/1/08 18000 750
A B 12/1/07 1290 789
X Y 1/1/08 1700 900
C D 4/1/08 34000 90
The above table is called as freight. It has hundreds of records - a
sample is present above. i want to write a query which can select
those records which have same ozip, dzip and ship date. In the above
example, the query should extract first , fifth , second and sixth
records. Can somebody help me with such a query
Thanks for any help
A B 12/1/07 20000 450
C D 4/1/08 15000 890
E F 9/1/08 18000 750
A B 12/1/07 1290 789
X Y 1/1/08 1700 900
C D 4/1/08 34000 90
The above table is called as freight. It has hundreds of records - a
sample is present above. i want to write a query which can select
those records which have same ozip, dzip and ship date. In the above
example, the query should extract first , fifth , second and sixth
records. Can somebody help me with such a query
Thanks for any help