|
| Total Answers and Comments: 3 |
Last Update: March 15, 2006 Asked by: chim |
|
| | |
|
Submitted by: Nagesh The difference between Filter and Condition:Condition returns true or false Ex: if Country = 'India' then ...Filter will return two types of results1.Detail information which is equal to where clause in SQL statement2.Summary information which is equal to Group by and Having clause in SQL statement
Above answer was rated as good by the following members: Ajju B, vidiyala337 | Go To Top
|