same table, 1 field to 2 field query

Posted by edib on Stack Overflow See other posts from Stack Overflow or by edib
Published on 2010-04-04T17:34:01Z Indexed on 2010/04/04 17:43 UTC
Read the original article Hit count: 344

Filed under:
|
|

I have 2 tables: 1st holds employees (of ones in any position) and the 2nd holds manager employee relations with id numbers.

I want to write a query like

1st field: name(employee), 
2nd field: name(manager)

How can I do that?

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql