Select (select dept_name
        From tbl_dept
        Where tbl_dept.dept_id = parent_table.dept_id) as dept_name,
       Parent_order_id
>From parent_table

Ray Thompson
Tau Beta Pi (www.tbp.org)
The Engineering Honor Society
865-546-4578 

-----Original Message-----
From: Bosky, Dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 10, 2005 9:02 AM
To: SQL
Subject: SQL select help

How can I lookup the 'dept_name' each 'parent_order_id' when performing
a select query?

Will some form of subselect work or will I need to use to select
queries?

 

tbl_dept

------------------------------------

int    PK    NOT NULL   dept_id 

int            NULL           parent_dept_id

char (25)   NOT NULL   dept_name

char (25)   NOT NULL   dept_location


Regards,
Dave

 



HTC Disclaimer:  The information contained in this message may be privileged
and confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent responsible
for delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you have received this
communication in error, please notify us immediately by replying to the
message and deleting it from your computer.  Thank you.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:6:2285
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/6
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:6
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to