Write a single SQL to delete duplicate records from the a
single table based on a column value. I need only Unique
records at the end of the Query.
Answer Posted / ankal
Hi guys,
As per my knowledge i am expecting the following ans.
1.If u want delete duplicates at runtime means
output time it shows unique values but not delete
from table.
The following query.
=> Select [all columns] from tablename group by [all columns];
(OR)
2.If u want delete duplicate values from total table.
The following query.
The table having duplicates means it is multiset table so,
=> create set table nodup_table as dup_table with data;
If u want the table name as same do like this.
=> Next just drop table dup_table;
=> Finally rename table nodup_table to dup_table;
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are the steps involved in the process flow of the sql statement through channel attached system?
What are some commonly used bteq scripts?
What are the different functions included in the server software?
Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?
What are the joins in teradata and how many types of joins are there in teradata?
What are the uses of client software involved in teradata?
What are tpump utility limitations?
What is the primary index in teradata?
What are the various reporting tools in the market?
What are the updated features of teradata?
Explain amp in teradata?
How is the teradata different from oracle?
Explain BYNET.
Where is teradata rdbms used?
Explain teradata utilities. What is multiload, fast load, tpump?