Enable JavaScript in the browser to display LibreOfficeDev Help pages.

查询属性对话框

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.

要访问此命令...

在「查询设计视图」,选择「编辑 - 查询属性」。


非重复值

使用「DISTINCT」参数扩展创建的「SQL 查询」选择语句。多次出现的相同值将只列出一次。

限度

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