How to delete the duplicate colums in a sql table ?
Answers were Sorted based on User's Feedback
Answer / san
It's not at all possible to create duplicate columns in a
SQL table. The how can we delete the duplicate columns?
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sathyasheelanbe
delete from tablename where rowid not in(select max(rowid)
from tablename group by primary key columnname)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / subash
In this query the values will delete based on employee names
delete from emp a1 where rowid<(select max(rowid)from emp a2
where a1.ename = a2.ename group by a2.ename having count(1) >1);
| Is This Answer Correct ? | 3 Yes | 4 No |
what is master-detail report
why you create universe and creating reports based on that? why dont we go for crystel reports and generate reports directly?tell me the advantages?please answer to this question.
Which versions are used in the bo dashboard work?
Can master data change???if yes then how it'll change.....please explain with example...... thanx
What is the aggrigate navigation ? can anybody explain me with some practical example?
Can anybody tell How a report will burst into .pdf files? Thanks in advance .....Prakash
how do you give security to universe ?
2 Answers InfoStep, Tech Mahindra,
What happens in BO when a user logs in to Infoview and a rich client like webi?
Can we use unconnected lookup as dynamic lookup?
What is thin client And thick client..?
How can you access your repository with different user profiles?
if there are 2 hierarchies 1 is a-b-c and another one is a- c which hierarchy b.o takes while we use drill mode