select query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ratnababunarne
    New Member
    • May 2007
    • 4

    select query

    take emp table this query

    my required output is

    dept wise manager wise employees
    i.e
    deptno=10 -deptno
    7655 smith manager 3000 -manager
    4567 martin clerk 1200 - emp details
    Plz send me That Query
  • chandu031
    Recognized Expert New Member
    • Mar 2007
    • 77

    #2
    Originally posted by ratnababunarne
    take emp table this query

    my required output is

    dept wise manager wise employees
    i.e
    deptno=10 -deptno
    7655 smith manager 3000 -manager
    4567 martin clerk 1200 - emp details
    Plz send me That Query
    Hi ratnababunarne,

    Welcome to The Scripts! Before I answer your question could I know what code you are trying? If you post your code here then may be I can correct it , rather than me solving it for you. It makes much more sense , doesn't it ?

    Comment

    • MMcCarthy
      Recognized Expert MVP
      • Aug 2006
      • 14387

      #3
      The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

      Please read the Posting Guidelines and particularly the Coursework Posting Guidlines.

      Then when you are ready post a new question in this thread.

      ADMIN

      Comment

      Working...