Common Database Search Criteria
Common Database Search Criteria
Mathematical Criteria
> More Than or After >100 for example
< Less Than or Before <100 for example
>= More Than or Equal To >=100 for example
<= Less Than or Equal To <=100 for example
Logical Operators
Between And Between 1980 And 2000 for example
Or January Or April for example
Not Used to exclude data – Not 2000 for example
Like Criteria
Like * * Contains the words…… - Like *kite* for example
Like a* Fields starting with a for example
Like *a Fields ending with a for example