How does each query method work?
Exact Match Exact Match will return only the results that match exactly what you entered in the text box. Select Exact Match from the drop down box and enter the known value into the adjacent text box; for example, in OGS Publications you might enter “P1864” in the Publication Number field. This query will return results for the publication that is an exact match to the publication number you entered into the text box. Begins With Begins With will return only the results that begin with the value you entered in the text box. For example, if you know the first few letters of a township, you would select Begins With from the drop down box and enter the first few characters of the township or area name into the adjacent text box (i.e. “abb” or “abbot” or “abbotsford”). This will limit the search to townships or areas that begin with abb or abbot or abbotsford, depending on the selection. Contains Selecting Contains from the drop down box will return only the results that contain, somewher
Related Questions
- Is there a method similar to Response.Redirect that will send variables to the destination page other than using a query string or the post method?
- For the query SELECT ID AS X FROM TEST the method ResultSetMetaData.getColumnName() returns ID, I expect it to return X. Whats wrong?
- How does each query method work?