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 are the types of views in sql?
Explain the commit statement.
Which sql statement is used to return only different values?
what are the drivers in mysql? : Sql dba
What is the life of an sql statement?
How do I remove sql plus from windows 10?
What is the advantage of nosql?
Does inner join return duplicate rows?
How many databases can sql express handle?
What is pl/sql language case sensitive?
how to analyze tables with 'mysqlcheck'? : Sql dba
What does select top 1 do in sql?
What does the acronym acid stand for in database management?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
what is cursor. write example of it. What are the attributes of cursor.