F
Fre Timmerman
hi,
I have 2 tables:
1 with participants:
ParticipantID Name
1 John
2 Mike
3 Elena
4 Anna
and 1 with workshops they participate:
ID Participant Hour Workshop
1 1 14 javascript
2 1 15 router
3 1 16 security
4 2 14 router
5 2 15 javascript
6 2 16 security
7 3 14 javascript
8 3 15 security
9 3 16 router
10 4 14 javascript
11 4 15 router
12 4 16 security
and I want to make a query looking like this:
Name 14h 15h 16h
John javascript router security
Mike router javascript security
Elena javascript security router
Anna javascript router security
but i don't find the right arguments
should anyone be able to give me the right criteria please?
Greetings..
I have 2 tables:
1 with participants:
ParticipantID Name
1 John
2 Mike
3 Elena
4 Anna
and 1 with workshops they participate:
ID Participant Hour Workshop
1 1 14 javascript
2 1 15 router
3 1 16 security
4 2 14 router
5 2 15 javascript
6 2 16 security
7 3 14 javascript
8 3 15 security
9 3 16 router
10 4 14 javascript
11 4 15 router
12 4 16 security
and I want to make a query looking like this:
Name 14h 15h 16h
John javascript router security
Mike router javascript security
Elena javascript security router
Anna javascript router security
but i don't find the right arguments
should anyone be able to give me the right criteria please?
Greetings..