Re: SQL Statement
From: Bill Taylor (wtaylor51537_at_earthlink.net)
Date: 04/29/04
- Next message: Bill Taylor: "Re: Query ti list records that have been modified"
- Previous message: Duane Hookom: "Re: Switch is overloaded!"
- In reply to: anonymous_at_discussions.microsoft.com: "SQL Statement"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 19:54:47 GMT
SELECT TableA.FieldMany
FROM TableA INNER JOIN TableB ON TableA.FieldMany = TableB.FieldOne;
<anonymous@discussions.microsoft.com> wrote in message
news:5fe501c42de1$096e94b0$a101280a@phx.gbl...
> Please help!!!
>
> I am trying to write an SQL command that will display a
> all the data from table A and data from column 1 in table
> B.
>
> The two tables are linked in a one to many realtionship,
> with table A having multiple copies of data held in column
> 1 of Table B.
>
> Thanks
>
> Nick
- Next message: Bill Taylor: "Re: Query ti list records that have been modified"
- Previous message: Duane Hookom: "Re: Switch is overloaded!"
- In reply to: anonymous_at_discussions.microsoft.com: "SQL Statement"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|