what is the query for retrieve the unique values(not display
the duplicates values) from single table?
Answers were Sorted based on User's Feedback
Answer / tdguy
If its for few columns and small table, use distinct or
group by to fetch only unique values. But for more no of
columns and more no of records in GB, use partition by to
fetch only unique values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohith.dmdw
select distinct <column_name> from <table_name>;
| Is This Answer Correct ? | 0 Yes | 0 No |
How many macros we can create inside a macro
In Teradata, how do we Generate Sequence?
What do you mean by teradata intelliflex?
What is a common data source for the central enterprise data warehouse?
Find 2 highest sal from each dept who have completed 5 year in org
The transaction exceeded the maximum number of rowhash locks allowed
What are the functions involved in shared information architecture?
How can we load single row of data into teradata database. please give me the process.
What are the primary characteristics of the Teradata.
What is a node in teradata? Explain
how can we analyze the locks ?
What is the use of having index on table?