| Siebel Analytics Applications Installation and Administration Guide > DAC Quick Start > Using the DAC Query Functionality > DAC Query Examples
 The following examples show different ways you can query on the Name column of the Tasks tab. Extract* lists all tasks whose name starts with Extract.*Extract*lists all tasks whose name contains the wordExtract.!Extract*lists all tasks whose name does not start with the wordExtract.!nulllists all tasks whose name is not null.Extract* or Aggregate*lists all tasks whose name starts withExtractorAggregate.Load*and *Aggregate*lists all tasks whose name starts withLoadand also contains the word Aggregate."Extract for Wave Dimension" or "Load into Wave Dimension"lists tasks whose name is eitherExtract for Wave DimensionorLoad into Wave Dimension.
 NOTE:  When using spaces within strings, you need to surround the string with quotes (""). |