Hello all,
I am attempting to return a row as such:
[Order Number, Salesman1, Salesman2]
from a table that has 2 columns: Order Number, SalesMan.
Data: OrderNum SalesMan
1234 Bob
1234 Mike
Both Salesmen share the order and i would like to output on one line. I was thinking Select Distinct OrderNum, Salesman... but that does not work
Suggestions?
Thanks in advance
Scott
I am attempting to return a row as such:
[Order Number, Salesman1, Salesman2]
from a table that has 2 columns: Order Number, SalesMan.
Data: OrderNum SalesMan
1234 Bob
1234 Mike
Both Salesmen share the order and i would like to output on one line. I was thinking Select Distinct OrderNum, Salesman... but that does not work
Suggestions?
Thanks in advance
Scott