adspace
How to delete same emp id in sql query for exmaple in emp
table emp id, empname, emp address. for example emp id =5,
repeated in two times in rows same id how to delete same
empid please any one of the write query send in my id
Answer Posted / prajyot
Hi,
You can use the below mentioned query ....
SELECT ROWID( Emp_id ) FROM EMP WHERE Emp_id = 5;
Praj
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
what are the advantages of sql ? : Sql dba
what are all the common sql function? : Sql dba
What is the best sql course?
what is bcp? When does it used? : Sql dba
Can we rollback truncate?
Do we need to rebuild index after truncate?
Does group by remove duplicates?
how to escape special characters in sql statements? : Sql dba
Can we use distinct and group by together?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what are aggregate and scalar functions? : Sql dba
how to start mysql server? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is dbms? : Sql dba