How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
VB App to do SNMP download from a router
By wbunker on Sep 12
Max Bid: $100


Reporting ASP.NET page with 3 ascx contols
By wbunker on Sep 12
Max Bid: $75


Simple Proxy Checker
By , on Sep 12
Max Bid: Open to fair suggestions


PHP script for "loading" MySQL database
By rm54 on Sep 12
Max Bid: $20


Fun Cartoon Style Logo
By Wampy1 on Sep 12
Max Bid: $35

(Screen Shot)

XML/PDF System for Creating Reports using PHP and ...
By g8z on Sep 12
Max Bid: $1,500


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(177 open)
   Access 
(52 open)
   MySQL 
(96 open)
   Oracle 
(10 open)
   SQL Server 
(68 open)
   Other DB 
(21 open)
Documentation / Tech Writing 
(30 open)
   Language (Human) Translations 
(12 open)
Data Entry 
(37 open)
Game Development 
(12 open)
Graphics / Art / Music 
(51 open)
   Graphics 
(62 open)
     Adobe AfterEffects 
(6 open)
     Adobe Photoshop 
(27 open)
     Adobe Premiere 
(5 open)
     3d Animation 
(18 open)
   Art (Misc.) 
(14 open)
   Music 
(8 open)
   Photography 
(6 open)
   3d Modeling 
(12 open)
Language Specific 
(133 open)
   Assembly / Machine language 
(7 open)
   ASP 
(65 open)
   ASP .NET 
(67 open)
   C# 
(65 open)
   C++ / C 
(120 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(3 open)
   Cold Fusion 
(14 open)
   Delphi 
(50 open)
   Java 
(85 open)
   JSP 
(12 open)
   Perl 
(44 open)
   Python 
(7 open)
   PHP 
(105 open)
   XML/XSL 
(34 open)
   Visual Basic 
(160 open)
   Visual Basic .Net 
(104 open)
   Other 
(65 open)
Misc 
(32 open)
   Middleware 
(1 open)
   CAD 
(6 open)
MultiMedia 
(32 open)
   Video Editing 
(11 open)
Network 
(35 open)
   Network Design 
(5 open)
   Network Implementation 
(5 open)
Platforms 
(64 open)
   Windows 
(171 open)
     MS Exchange 
(8 open)
     MS Office 
(18 open)
     Other 
(7 open)
   Darwin 
(3 open)
   Embedded Systems 
(3 open)
   Hand Held/PDA Programming 
(8 open)
   Internet Browser 
(50 open)
   Linux 
(63 open)
   UNIX 
(26 open)
Requirements 
(11 open)
Security 
(23 open)
Testing / Quality Assurance 
(15 open)
Web 
(192 open)
   Page Design 
(93 open)
   Flash 
(56 open)
   Marketing 
(12 open)
     Search Engine Optimization 
(9 open)
     Marketing (Other) 
(11 open)
   Web Services 
(81 open)
   Web (Other) 
(96 open)
Training 
(8 open)
   Computer Based 
(6 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

SQL Help
Bid Request Id: 72617
Bookmark in my 'To Do' list
Posted by: MCD (6 ratings)
(Software buyer rating 10)
Non-action Ratio: Above Average - 27.27%
Buyer Security Verifications: Unverified
Approved on: Jul 11, 2003
11:08:33 AM EDT
Bidding Closes: Jul 14, 2003
11:07:35 AM EDT
Viewed (by coders): 83 times
Deadline: 7/12/2003 1:25:31 PM
(1 days after 7/11/2003 1:25:31 PM)
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: Database, ASP, SQL Server
Enter chat room for this bid request
(0 active users at Sep 13, 2003 2:53:21 AM EDT)

Description:
We need some SQL help for the following two tables

Table one Organization

Field: OrganizationID
Field: Name

Example Data:

1 Dayton
2 Florida
3 Ohio



Table 2: OrganizationHucs

Field: OrganizationID
Field: HUC_ID

Example Data

1 2
1 3
1 5
2 3
2 5


We need an SQL that will return a list of organization that have or contain their OrgainzationID with in the OrganizationHUCs table for a specific HUC_ID

So if I say I want all the organizations that have a "3" Huc_ID in the OrganizationHUCs table then it would return from the Organization Table: Dayton and Florida

Deliverables:
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
ASP SQL 2000 server


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!
pursca
(4 ratings)
in Irvine, California
United States
Bid id: 780,690
 
$5 (USD) Jul 11, 2003
11:20:47 AM EDT
 10
(Excellent)
   
please check my resume at http://www.pursca.com/johnleeresume.aspx?id=sqlhelp

I can help you on any issue related to SQL - not just statement, performance tuning, ...

here is the SQL statement you need:
(use sub-query)

SELECT OrganizationID, Name
FROM Organization
WHERE OrganizationID IN (SELECT OrganizationID FROM OrganizationHucs WHERE HUC_ID = 3)

or
(use join)

SELECT o.OrganizationID, o.Name
FROM Organization o INNER JOIN
OrganizationHucs oh ON o.OrganizationID = oh.OrganizationID
WHERE oh.HUC_ID = 3

Regards,


John Lee

If Quality matters to you, then I am the ONE.
 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Securenext
Rated a 9.97 on 120 jobs 
Buddies
Rated a 9.84 on 91 jobs 
Codman
Rated a 9.97 on 158 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
D-N-S
Rated a 9.93 on 39 jobs 
hernest
Rated a 10 on 121 jobs 
markesh
Rated a 10 on 23 jobs 
Maxnet Technologi es Private Limited
Rated a 9.93 on 85 jobs 
florentin
Rated a 10 on 56 jobs 
PSergei
Rated a 9.76 on 103 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.