Forum: SQL |
Thema:
AW: AW: AW: AW: AW: AW: AW: jetz aber hier noch die anzeige....: |
Von:
Thomas Scherner (
25.04.2007 13:37) |
Hallo Stefan,
ohne zu testen mal kurz geändert:
select distinct tblEmployees.EM_Name as[Name], tblEmployees.EM_Key as[ID], tblEmployees.EM_NameFirst as[Firstname], tblMappings.MP_GR_ID,
FALCON=(case when MP_GR_ID=1 then 'x' else null end),
ARTOS=(case when MP_GR_ID=2 then 'x' else null end) from tblEmployees, tblMappings, tblGroups where tblMappings.MP_EM_ID=tblEmployees.EM_ID and tblGroups.GR_ID = tblMappings.MP_GR_ID
group by tblEmployees.EM_Name as[Name], tblEmployees.EM_Key as[ID], tblEmployees.EM_NameFirst as[Firstname], tblMappings.MP_GR_ID
order by 'Name'
Hoffe ich habe nichts übersehen.
Gruß
Thomas
Ich bin ein Newbie . Aber jeder hat mal angefangen. Gruß & Dank Thomas
Betreff |
Von |
Datum |
|
|
Stefan
Gander
|
25.04.2007 14:02 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!