Forum: SQL |
Thema:
AW: AW: AW: AW: AW: AW: AW: AW: jetz aber hier noch die anzeige....: |
Von:
Stefan Gander (
25.04.2007 14:02) |
habe beim group by das as[] statement gelöscht...
kriege aber immernoch das selbe resultat....!?!???
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_Key , tblEmployees.EM_Name , tblEmployees.EM_NameFirst , tblMappings.MP_GR_ID
order by 'Name'
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!