Hi,
In our database mananger and candidate names etc are stored in the same table. A column called type allows program to seperate using manager (type m) and candidate (type c). How do I select manager name and candidate name in the one query, e.g I want to select all candidates (limit firstname and lastname with type = c) that have got a job and the manager type = m that they report to.
thanks,
TCOEN
In our database mananger and candidate names etc are stored in the same table. A column called type allows program to seperate using manager (type m) and candidate (type c). How do I select manager name and candidate name in the one query, e.g I want to select all candidates (limit firstname and lastname with type = c) that have got a job and the manager type = m that they report to.
thanks,
TCOEN