Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Counting of Records
Message
From
06/05/2006 14:44:20
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
06/05/2006 14:37:17
Chandan Chakraborty
Bangiya Gramin Vikash Bank
Raiganj, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01119883
Message ID:
01119884
Views:
16
>In a table I have following fields:
>
>acno n(5)
>debit n(12.2)
>credit n(12.2)
>balance n(12.2)
>
>I want to count the number of debit entries for a particular acno. And to store the number.
>I failed to do so as I am not finding any idea to proceed. Please help.

m.lnAcNo = 765
select count(*) from table where acno = m.lnacno and debit#0
Previous
Reply
Map
View

Click here to load this message in the networking platform