J
John Smith
Hi,
I have two tables (master-detail):
Table 1: Department
Dep_Id: Integer
Name: Text
Table 2: Employee
Emp_Id: Integer
Dep_Id: Integer
Name: Text
I want to make a query with two columns.
Column_1 : The Department
Column_2 : A combination (concatenation?) of all the employee's from the
department
For instance, this could be the result:
Sales : John, Paul, George, Ringo
Prod : Bill, Mick
Can anyone help me make this query?
I have two tables (master-detail):
Table 1: Department
Dep_Id: Integer
Name: Text
Table 2: Employee
Emp_Id: Integer
Dep_Id: Integer
Name: Text
I want to make a query with two columns.
Column_1 : The Department
Column_2 : A combination (concatenation?) of all the employee's from the
department
For instance, this could be the result:
Sales : John, Paul, George, Ringo
Prod : Bill, Mick
Can anyone help me make this query?