how to remove records from table?
no name
1 a
2 b
1 a
2 b
3 c
Answer Posted / pratap
Delete from table name where row_id not in (select min(no)
from table_name group by no)
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is the difference between jpql and sql?
what are sequences
What is recursive stored procedure?
Does postgresql run on the cloud?
How to download oracle sql developer?
What is a sql statement?
Is primary key always clustered index?
how many values can the set function of mysql take? : Sql dba
how to dump a table to a file with 'mysqldump'? : Sql dba
What company owns postgresql?
What are the rules to be applied to nulls whilst doing comparisons?
Can we use view in stored procedure?
What are the different schemas objects that can be created using pl/sql?
Is sql sequential or random?
Can we insert in view in sql?