Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT statement error!!!
Message
From
01/11/2000 04:46:12
Fida Shamsoodeen
Combined Systems (Pty) Ltd
Centurion, South Africa
 
 
To
01/11/2000 04:22:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00436587
Message ID:
00436592
Views:
20
Hi Mace

Thanks for the reply.
But if I use the where clause how do i specify that i want to sum one field for a certain condition and another field for for a different condition?

Do u have a solution?

Fida

>>Hi All
>>
>>Can anyone please help with this statement :
>>
>>I get an error say unrecognised phrase/keyword .
>>
>>select group_.gcode,group_.desc_,sum(assets.price) for (empty( assets.trans_sold) .or. assets.trans_sold = "I" .or. isnull(assets.trans_sold)), ;
>>sum(assets.depprevyrs) for assets.trans_sold = "S" ;
>>from group,assets ;
>>where assets.group_ = group_.gcode
>>
>>Thanks in advance
>>Fida
>
>
>Fida,
>
>You can't use the for clause in a select statement. This should be part of the where clause.
>
>Mace
Wannabe FoxPert!!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform