Results 1 to 2 of 2

Thread: Sql Query +Search+using Joins

  1. #1
    Join Date
    Dec 2007
    Posts
    1

    Sql Query +Search+using Joins

    hi...
    plz somone help me write these queries..
    i want to search the data's from project
    that takes the data from project table

    select project-id,projectname,employeename

    conditions:

    1)search using projectid

    2)projectname

    3)employee name: the data's sholud be selectd employee's designation should be equal to projectmanager.

    constraint: project.empid=employee.empid

    desig.desgi_id=employee.desig_id



  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Can you post table schema?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •