Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Command Error
Message
De
16/01/2006 11:25:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01087198
Message ID:
01087201
Vues:
10
>It's Monday morning and I'm just not seeing it.
>
>What's wrong with this command?
>
>
>SELECT * ;
>  FROM BSpotLn l;
>  WHERE l.statname = "KEVU" AND ;
>        BETWEEN(l.WeekOf, {10/31/05}, {11/27/05}) AND ;
>	l.ClientId = "PPC" AND ;
>	l.RecType = "A" AND ;
>	d.RecType = "A" ;
>  JOIN BSpotDt d ON d.BoIdBase = l.BoIdBase ;
>  INTO CURSOR Results
>
>
>It throws a compile time error on the JOIN line.
SELECT * ;
  FROM BSpotLn l ;
  JOIN BSpotDt d ON d.BoIdBase = l.BoIdBase ;
  WHERE l.statname = "KEVU" AND ;
        l.WeekOf BETWEEN {^2005/10/31} and {^2005/11/27}) AND ;
	l.ClientId = "PPC" AND ;
	l.RecType = "A" AND ;
	d.RecType = "A" ;
  INTO CURSOR Results
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform