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 |
Can anyone tell me how to display (calculate )Turn Around Time between two dates in the BO Report? Thanks in Advance
i have 2 fact and 2 dimension tables in my universe . my question is how get the data with two fact tables in a report?
How do you find what type of trap is there by seeing the report?
Can we take report on Excel in Business Objects?
6 Answers Business Intelligence Analytics, Oracle,
if we shortcut join between two tables what will be the output?that it will give all columns or same columns?
Steps to create alias and apply
how to connect the hyperlink in webi reports?
Can any body will explain about sarrogat key? Thanks in advance...........Prakash
how to do Ad-hoc reporting ?
what will be the contents for a functional requirements specifications
how to add duplicte rows to the existing report in webi ?
WHAT IS SYNCHRONIZATION IN BOXI?