Posted by Chicagoboy27 on 01/17/07 22:07
Hello I am wondering if this is possible.
I have a two tables one contains Plan information and another that
contains product information about the plan
ex:
Plan table
PlanID Plan_name
1 a
2 b
Product Table
ProductID PlanID Comments
1 1 com1
2 1 com2
3 1 com3
What I am looking to do if possible would be the following
Plan Product1 Comments1 Product2 Comments2
1 1 com1 2 com2
I am wondering down what path I should explore cause I am new to this.
I am using sql 2005
Navigation:
[Reply to this message]
|