titles
query.titles
query.- In the Database window, click Queries under Objects, and then click New on the database window toolbar.
- Add the table, view, or function you want to summarize in the Diagram pane.
- Right-click the background of the Diagram pane, then choose Group By from the shortcut menu. The Query Designer adds a Group By column to the grid in the Grid pane.
- Select * (All Columns) in the rectangle representing the table, view, or function.
The Query Designer automatically fills the term Count into the Group By column in the Grid pane and assigns a column alias to the column you are summarizing. You can replace this automatically generated alias with a more meaningful one.
Count all the rows that meet a condition
- In the Database window, click Queries under Objects, and then click New on the database window toolbar.
- Add the table, view, or function you want to summarize in the Diagram pane.
- Right-click the background of the Diagram pane, then choose Group By from the shortcut menu. The Query Designer adds a Group By column to the grid in the Grid pane.
- Select * (All Columns) in the rectangle representing the table, view, or function.
The Query Designer automatically fills the term Count into the Group By column in the Grid pane and assigns a column alias to the column you are summarizing.
- Add the data column that you want to search, and then clear the check box in the Output column.
The Query Designer automatically fills the term Group By into the Group By column of the grid.
- Change Group By in the Group By column to Where.
- In the Criteria column for the data column to search, enter the search condition.
- In the Database window, click Queries under Objects, and then click New on the database window toolbar.
- Add the table, view, or function you want to summarize in the Diagram pane.
- Right-click the background of the Diagram pane, then choose Group By from the shortcut menu. The Query Designer adds a Group By column to the grid in the Grid pane.
- Add the column that you want to count to the Grid pane.
The Query Designer automatically fills the term Group By into the Group By column of the grid.
- Change Group By in the Group By column to Count.
Note To count only unique values, choose Count Distinct.