|
Queries and Filters |
Top Previous Next |
|
Queries Any type of query, using standard query language (SQL).
In addition, TEXTSEARCH queries can be done. To run a TEXTSEARCH query: TEXTSEARCH('search phrase' in FieldName)
E.g.: select * from checks where TEXTSEARCH('good fair' in Memo)
In this case, search was for the words "good" AND fair. For an OR search, write OR in the select statement. Wildcards can be used.
Examples:
4. Change values in the tables based upon conditions. 5. Sample queries are given in Help|Queries, for you to cut and paste into the query box, and modify to your needs.
You can use either queries or filters, whichever you find easier. To use a filter, click on the menu item Filter Dialog. This will bring up a dialog box for you to select a certain value or a range of values. You can specify a partial string, such as paidtofm='Sci*'.
Some filters are automatically set.
Examples:
|