About 228,000 results
Open links in new tab
  1. DISTINCT Option | SQL SELECT Statements | VantageCloud Lake - DISTINCT

    SQL Data Handling Invoking SQL Statements Transactions Transaction Processing in Teradata Session Mode Transaction Processing in ANSI Session Mode Multiple-Statement Requests Iterated …

  2. - COUNT () OVER (PARTITION BY) and DISTINCT - Community - Teradata

    I create this topic, because I have a question concerning the COUNT (My field) OVER (PARTITION BY My Other Field) and the DISTINCT statement. Here is the situation : I have in one table the following …

  3. SQL SELECT DISTINCT Statement - W3Schools

    The SQL SELECT DISTINCT Statement The SELECT DISTINCT statement is used to return only distinct (unique) values. In a table, a column may contains many duplicate values - and sometimes …

  4. DISTINCT Option | SQL SELECT Statements | Teradata Vantage - DISTINCT

    If you specify DISTINCT and an expand_alias in the select list, the database performs the DISTINCT operation after the EXPAND operation to ensure that duplicate rows are removed from the expanded …

  5. GROUP BY and DISTINCT - Teradata Vantage - Analytics Database

    Apr 2, 2025 · SQL Data Manipulation Language Deployment VantageCloud VantageCore Edition VMware Enterprise IntelliFlex Product Analytics Database Teradata Vantage Release Number 17.20 …

  6. Teradata Count Distinct

    Jan 30, 2021 · The count function returns the total number of qualified rows in the value expression. Teradata count distinct returns the total number of distinct rows. Teradata Count Distinct Syntax …

  7. DISTINCT Option - Teradata Vantage - Analytics Database

    Aggregate functions overview DISTINCT option. Deployment VantageCloud VantageCore Edition VMware Enterprise IntelliFlex Product Analytics Database Teradata Vantage Release Number 17.20 …

  8. Examples | ARRAY_COUNT_DISTINCT Function | Teradata Vantage

    Nov 6, 2025 · See how to query a 1-D or 2-D ARRAY data type and table using ARRAY_COUNT_DISTINCT.

  9. DISTINCT Option Examples | SELECT | VantageCloud Lake - Examples ...

    Nov 21, 2025 · Example: Simple Uses of DISTINCT The following statement returns the number of unique job titles. SELECT COUNT (DISTINCT JobTitle) FROM … The following statement lists the …

  10. FNC_GetDistinctValueの使用例 - Teradata Vantage - Database Engine 20

    SQL外部ルーチン プログラミング Deployment VantageCloud VantageCore Edition VMware Enterprise IntelliFlex Product Database Engine 20 Teradata Vantage Release Number 20.00 Published 2025 …