If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > help on query needed please

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-03, 23:58
zari zari is offline
Registered User
 
Join Date: Sep 2003
Location: Pakistan
Posts: 1
help on query needed please

I have the following problem. I will be very thankful if someone could tell me the solution:
I need to display ename, mgr, sal, grade and dname through an sql query. The data should be taken from four tables. I will be thankful if any one can help me.
Reply With Quote
  #2 (permalink)  
Old 09-23-03, 00:29
usha_nandini usha_nandini is offline
Registered User
 
Join Date: Sep 2003
Posts: 14
Hi,

you havent mentioned anything abt the tables.
Anywayz.... a sample query would be like
select ename, mgr, sal, grade, dname
from table1, table2 , table3 , table4 where
condition

The conditon is what is important and I cannot guess
it without the tables

Good luck
Usha
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On