Simple Query Question
- From: leebridgewater@xxxxxxxxx
- Date: Mon, 26 May 2008 13:33:20 -0700 (PDT)
Hello Group,
I'm new to SQL sever but I have managed to create a SQL based online
application and I just have a question that I'm sure someone here will
be able to help me with.
I have a database setup and from within this database I would like to
run a query to produce a simple report showing me the enquiry details
along with the network the enquiry member is from.
Tables:
1 - dbo.enquiries
enquiryID
introducerID
enquiry
2 - dbo.introducers
introducerID
networkName
introducerName
What I would like is a report where I can view new enquiries from
introducers from a particular network, best described as follows:
View all enquiries from introducers who belong to 'Network Name' which
were created within the last 30 days.
I think that I have to create an inner join but Im not 100% so any
help including the correct sql statement to use would be perfect.
Many thanks in advance
Lee
.
- Follow-Ups:
- Re: Simple Query Question
- From: Plamen Ratchev
- Re: Simple Query Question
- Prev by Date: Re: DBMS advantage and disadvantage
- Next by Date: Re: Simple Query Question
- Previous by thread: Install new instance...
- Next by thread: Re: Simple Query Question
- Index(es):
Relevant Pages
|