View previous topic :: View next topic |
Author |
Message |
nag77 Beginner
Joined: 03 Jan 2006 Posts: 11 Topics: 8
|
Posted: Fri Jan 13, 2006 12:51 am Post subject: Problem in Balance amount |
|
|
Hi
We have a database ,in which we have lot of aCcount details.
If we select two account numbers (Say A/c No:00070 and A/c no :00080) the available balance it shows 10,000 and 20,000 respectively.
If we select the account numbers greater than 00069,the available balance it shows is different.
Just I am changing the query as Account_num > 00069 for the second query,remaining is same.
What may be the reason??
Thanks in Advance..
Regards
NAG. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Jan 13, 2006 5:27 am Post subject: |
|
|
nag77,
How is the Account_num defined ( Char or integer or decimal)? Can account_num have duplicates? Are you performing any column functions like sum ,min , max...
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|