ACCESS count distinct?

ACCESS count distinct? - SQL/NoSQL - Programmation

Marsh Posté le 20-01-2003 à 10:09:33    


SELECT  
      COUNT (( Appels.id)) AS test1
FROM descro  
     INNER JOIN Appels ON (descro.id = Appels.id)  
     AND (descro.id = Appels.id);


çà ça marche
 
mais ça
 


SELECT  
      COUNT (DISTINCT ( Appels.id)) AS test1
FROM descro  
     INNER JOIN Appels ON (descro.id = Appels.id) AND (descro.id = Appels.id);


Non,
déjà que il fait tout un patacaisse entre le SQL std et un espèce de français  :heink:  

Reply

Marsh Posté le 20-01-2003 à 10:09:33   

Reply

Marsh Posté le 20-01-2003 à 11:59:15    

:(

Reply

Marsh Posté le 20-01-2003 à 19:47:23    

:??:

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed