Distinct value count for columns in table #190
-
Hi, I have started using duckdb ui and i have question on the right side menu that is being displayed when a sql query is executed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
While the number of unique values is approximate (it uses
approx_count_distinct
), the count of records for each value in the top 10 is exact.In general, we show in a tooltip if a value is approximate. See: