Forum: SQL |
Thema:
AW: AW: AW: AW: AW: AW: jetz aber hier noch die anzeige....: |
Von:
Stefan Gander (
25.04.2007 12:59) |
hallo thomas,
hier mein statement:
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 order by 'Name' ASC
resultat:
Name ID Firstname MP_GR_ID FALCON ARTOS
Gander 13456 Stefan 1 x null
Gander 12346 Stefan 2 null x
das ziel ist natürlich, dass es nur eine zeile gibt....;)
tx
Betreff |
Von |
Datum |
|
|
Thomas
Scherner
|
25.04.2007 13:37 |
|
|
Stefan
Gander
|
25.04.2007 14:02 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!