Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old April 22nd, 2004, 03:26 AM
cloudmonkey cloudmonkey is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 1 cloudmonkey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Sub Query column problem

Hi

I was wondering if anybody could help me out here. This is for an App in ASP(classic) and MS SQL


A Quick explanation... I have 3 tables called ADMIN_SUB, ADMIN & STAFF.

What I want to do is depending on a particular row value in table ADMIN, either populate a field with either the forename + surname from ADMIN_SUB or the forename + surname from STAFF. (see EXAMPLE 1)


EXAMPLE 1
"SELECT ADMIN.admin_id, CASE WHEN ADMIN.staff_id IS NULL THEN ADMIN_SUB.forename ELSE STAFF.forename END AS forename, CASE WHEN ADMIN.staff_id IS NULL THEN ADMIN_SUB.surname ELSE STAFF.surname END AS surname FROM ADMIN LEFT OUTER JOIN STAFF ON ADMIN.staff_id = STAFF.staff_id LEFT OUTER JOIN ADMIN_SUB ON ADMIN.admin_id = ADMIN_SUB.admin_id"

(The above works fine and I can just access them as forename and surname, but when i use this as a sub query i can no longer get to their values.)

BUT

I need to try and use this as a SUB QUERY and the problem is I can't get at the values of forename and surname output-ed by
EXAMPLE 2. You can see how EXAMPLE 1 is placed inside EXAMPLE 2.

The columns I need from EXAMPLE 2 are ward_id, ward_name, phone, main_contact, notes, forename, surname
I have the following SQL (accessed as an ADO recordset)


EXAMPLE 2
rs.open "SELECT ward_id, ward_name, phone, main_contact, notes FROM WARD WHERE EXISTS (SELECT ADMIN.admin_id, CASE WHEN ADMIN.staff_id IS NULL THEN ADMIN_SUB.forename ELSE STAFF.forename END AS forename, CASE WHEN ADMIN.staff_id IS NULL THEN ADMIN_SUB.surname ELSE STAFF.surname END AS surname FROM (ADMIN LEFT OUTER JOIN STAFF ON ADMIN.staff_id = STAFF.staff_id LEFT OUTER JOIN ADMIN_SUB ON ADMIN.admin_id = ADMIN_SUB.admin_id) WHERE ADMIN.admin_id = main_contact) ORDER BY ward_name"





Can anybody help?
(Thanks in advance)

Cloudmonkey.

Reply With Quote
  #2  
Old April 22nd, 2004, 09:23 AM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 15th Plane (12000 - 12499 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 12,025 Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level)Memnoch User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 3 Weeks 6 Days 12 h 21 m 3 sec
Reputation Power: 628
Can you just explain what it is you are trying to return from the sql statement?
You statements don't mean anything to us, because we don't know the database structure.
Just specify what fields from what tables you want to return, what the criteria is for returning them and any relationships between the tables.

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > Sub Query column problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 8 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek