Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Command Error
Message
From
16/01/2006 11:25:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01087198
Message ID:
01087201
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform