 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Kalamgish Guest
|
Posted: Sat Jun 11, 2005 2:22 pm Post subject: SQL novice question |
|
|
As an SQL novice could someone tell me if the following is possible?
I would like to get this result into a dataset
t1.name,t2.type+t2.type+t2.type
from two tables in a 1:many relationship
T1
name, key
T2
key,type
where key links the tables
e.g.
T1
fred 123
bill 456
T2
123 X
123 Y
456 P
456 Q
456 R
The query giving
fred XY
bill PQR
Thanks.
P.S. using msaccess db engine. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|