SEARCH STRING
  WITH  HELP | EXAMPLES
Delimiter: ands:ors:
    merchant:    
          name:    
 description:
From: Month/Year: To: Month/Year:
COMMENTS(retained during session)

This query tool was designed so that users with no past experience with SQL could get started. However, you have to look at the results carefully because names of vendors and spenders that are similar can often yield ambiguous results. If your're getting ambiguous results then feel free to contact us here. We can probably help you by giving you a more precise query.

For example, some users have reported getting multiple names on a search for one name. This can be often be avoided by changing the "like '%Last,First%'" to = 'Last,First' so that the entire query now reads select amount as GTOTAL, name, description, merchant, posted from tbl_abc_1234 where name = 'Last,First'.

Don't be afraid to ask for help.