Diálogo Propiedades de la consulta

In the Query Properties dialog you can set two properties of the SQL Query, i.e. whether to return distinct values, and whether to limit the result set.

Para acceder a esta orden…

In the Query Design View, choose Edit - Query Properties.


Valores distintos

Expande la declaración select de una consulta SQL añadiendo el parámetro DISTINCT. La consecuencia es que los valores idénticos en el resultado solo se muestran una vez.

Límites

Adds a Limit to set the maximum number of records to return.