Originally Posted by
Grifter
SELECT (employee.emp_fname ||' '|| employee.emp_lname) Pilot,
is pilot an alias?
Yes.
Originally Posted by
dieneverknowing
Is 'emp_num' the correct column name under the employee table?
Yes.
Don't know if you guys can see it, but here is the database structure:
Last edited by Pete; Oct 2, 2007 at 09:47 AM.