Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select causing Fatal Exception why???
Message
From
23/10/2000 08:20:47
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
23/10/2000 04:10:27
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00432743
Message ID:
00432785
Views:
23
Kevin,

One thing no one else has mentioned is that you are using "a" as an alias for your Suspend table. Single letters a - j are also used to refer to the first 10 work areas. Stay away from m also since that's for memory variables.

Try using a few more letters.



>Morning all
>
>I have tried to run the SELECT below but get a Fatal Exception error, any ideas?
>
>sele poline.*,suspend.su_stdt;
>from poline left outer join suspend;
> on poline.pl_ref = suspend.pl_ref;
> and suspend.su_susstop = "N" ;
>wher suspend.su_stdt = (sele min(su_stdt) from suspend a where a.pl_ref = suspend.pl_ref);
> or isnull(suspend.su_stdt);
>orde by poline.pl_ref,suspend.su_stdt
>
>Thanks
>Kev
Previous
Reply
Map
View

Click here to load this message in the networking platform