Bonjour,
Est ce que quelqu'un peut me dire l'erreur dans cette requête ?


Code SQL : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
SELECT 
Fonctions__1__1.*
,Collabo__2__2.IdCollabo AS IdCollabo__cCollabo__Collabo__Collabo__2__2__cFonctions__Fonctions__1__1
,Collabo__2__2.Nom AS Nom__cCollabo__Collabo__Collabo__2__2__cFonctions__Fonctions__1__1
,Collabo__2__2.Prenom AS Prenom__cCollabo__Collabo__Collabo__2__2__cFonctions__Fonctions__1__1
,Collabo__2__2.Matricule AS Matricule__cCollabo__Collabo__Collabo__2__2__cFonctions__Fonctions__1__1
,Collabo__2__2.Adresse AS Adresse__cCollabo__Collabo__Collabo__2__2__cFonctions__Fonctions__1__1
,Collabo__2__2.CodePostal AS CodePostal__cCollabo__Collabo__Collabo__2__2__cFonctions__Fonctions__1__1
,Collabo__2__2.Ville AS Ville__cCollabo__Collabo__Collabo__2__2__cFonctions__Fonctions__1__1
,Collabo__2__2.Photo AS Photo__cCollabo__Collabo__Collabo__2__2__cFonctions__Fonctions__1__1
FROM 
(  
SELECT  
TOP 2
 
Fonctions__1__1.IdFonction AS IdFonction__cFonctions__Fonctions__Fonctions__1__1
,Fonctions__1__1.Nom AS Nom__cFonctions__Fonctions__Fonctions__1__1
,Fonctions__1__1.Adresse AS Adresse__cFonctions__Fonctions__Fonctions__1__1
,Fonctions__1__1.CodePostal AS CodePostal__cFonctions__Fonctions__Fonctions__1__1
,Fonctions__1__1.Ville AS Ville__cFonctions__Fonctions__Fonctions__1__1
,Fonctions__1__1.DebutFonction AS DebutFonction__cFonctions__Fonctions__Fonctions__1__1
,Fonctions__1__1.FinFonction AS FinFonction__cFonctions__Fonctions__Fonctions__1__1
 
FROM  
Fonctions AS Fonctions__1__1
) 
AS Fonctions__1__1
LEFT OUTER JOIN
Collabo Collabo__2__2
 ON Fonctions__1__1.IdFonction__cFonctions__Fonctions__Fonctions__1__1 = Collabo__2__2.IdFonction

J'utilise une base HF C/S et Windev me retourne
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
 
 Erreur SQLExec : Erreur dans le code SQL de la requête <req1>. Initialisation de la requête impossible.
Fichier Fonctions__1__1 inconnu