Frage : Subqueryausgabe

Ich habe den folgenden SQL mit einem Subquery, der die Zahl Angestellten auf dem team.
Although zählt, das, es laufen lässt, ich erhalte eine Störung „Störung in der Liste der Funktionsargumente: „AUSERWÄHLTES“ nicht recognized.
Unable, zum des Fragentextes zu analysieren.“  

I morgens using den Fragenerbauer in VS2008, das einen ZUGANG DB.

Anyone schlägt, haben eine Idee hinsichtlich warum oder wie ich kann umstrukturieren, um zu beheben?

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
SELECT tblEmployee.employeeLastName + „,“ + tblEmployee.employeeFirstName ALS empFullName, SUMME (DATEDIFF („h“, Format (tblProduction.startDate, 
                      „kurzes Datum ") + „„+ tblStartTime. [Zeit], Format (tblProduction.endDate, „kurzes Datum ") +““ + tblEndTime. [Zeit])) ALS totalHours tblProducts.sam, 
                      tblProduction.totalProduced, tblTeams.teamName, tblTeams.teams_ID,
                          (ZÄHLIMPULS (tblTeamMembers.employee_ID) ALS teamCount VORWÄHLEN
                            Von den tblTeamMembers
                            WO tblTeamMembers.teams_Id = tblTeams.teams_ID)
VON (tblEmployee RECHTE ÄUSSERE VERBINDEN
                      (((((die INNEREN tblTeamMembers VERBINDEN
                      tblTeams AUF tblTeamMembers.teams_Id = INNERES tblTeams.teams_ID) VERBINDEN
                      tblProduction AUF tblTeams.teams_ID = INNERES tblProduction.teams_ID) VERBINDEN
                      tblProducts AUF tblProduction.product_ID = INNERES tblProducts.product_ID) VERBINDEN
                      tblTime tblStartTime AUF tblProduction.startTime = INNERES tblStartTime.time_ID) VERBINDEN
                      tblTime tblEndTime AUF tblProduction.endTime = tblEndTime.time_ID) AUF tblEmployee.employee_ID = tblTeamMembers.employee_ID)
GRUPPE DURCH tblEmployee.employeeLastName + „,“ + tblEmployee.employeeFirstName, tblProducts.sam, tblProduction.totalProduced, tblTeams.teamName, 
                      tblTeams.teams_ID
AUFTRAG DURCH tblEmployee.employeeLastName + „,“ + tblEmployee.employeeFirstName

Antwort : Subqueryausgabe

Anruf versuchen, den die Funktion nach Ihnen ihn erklärte
1:
2:
3:
4:
Funktionsanzeige () {
Echo „hallo“;
}
Anzeige ();
Weitere Lösungen  
 
programming4us programming4us