Show Bid Request
SQL Query
Bid Request Id: 9379
|
|
|
Posted by: |
PCU (28 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 18.52%
|
Buyer Security Verifications: |
Good
|
Approved on: |
Feb 23, 2002 1:45:57 AM EDT
|
Bidding Closes: |
Mar 9, 2002 1:50:29 AM EDT
|
Viewed (by coders): |
700 times
|
Deadline: |
2/24/2002
TIME EXPIRED
|
|
|
|
Description:
We need a SQL statement for an ASP Application using MS SQL 2000 We have two tables one Clients and the other Payments. We need our application to list all clients that do NOT have a payment record between a certian date range. The Client table fields are clienid, firstname, lastname and the payments table has clientid, date2.
We tried SELECT Clients.ClientId, Clients.firstname, Clients.lastname, Payments.date2 FROM Clients INNER JOIN Payments ON Clients.ClientId = Payments.clientid where not payments.date2 > 1/29/2002 and < 2/29/2002 but this does NOT work.
Deliverables: Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
Complete copyrights to all work purchased.
Platform:
ASP
Must be 100% finished and received by buyer on:
Feb 24, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
NEED IS ASAP
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$8 (USD)
|
Feb 23, 2002 7:18:29 AM EDT
|
10
(Excellent)
|
|
|
select * from Client as C where C.ClientID not in (Select ClientID from Payments as P where P.date2 between '01/01/2002' and '01/04/2002')
Pay me if it works for you. ($5 for me, $3 for rentacoder)
Mike |
|
|
|
|
|