How to delete duplicates records in teradata without any
tables....?
with only one single query,,,?
Answers were Sorted based on User's Feedback
Answer / jain
DELETE FROM table_name A WHERE ROWID > (SELECT min(rowid)
FROM table_name B WHERE A.key_values = B.key_values)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uma
Select Column_name from table_name group by column_name having count(column_name)>1
| Is This Answer Correct ? | 0 Yes | 0 No |
What are test comparators?
Does functional testing comes under Black box or white box testing?
4 Answers Infeneon Technologies, S1 Services,
What is the difference between top-down and bottom-up testing?
HOW TO LEARN VB SCRIPTING IN FEW DAYS AND EASIEST WAY
Functional testing?
What is difference between SAN and NAS? How SAN is better than NAS?
What is software verification?
is manual testing enough for 2+ yrs,does it need any tools
What parameters to consider for Performance Testing?
How is an sql query executed in oracle 8?
What is api (application programming interface)?
What is a Test Plan and What it contains?