Answer Posted / siva
Select* from emp where rowid not in(select max(rowid) from emp group by empno);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I restart sql?
What is a database trigger?
Is left join same as inner join?
how can we know the number of days between two given dates using mysql? : Sql dba
Why is theta join required?
How to connect a sql*plus session to an oracle server?
what are the advantages of mysql in comparison to oracle? : Sql dba
what is 'mysqladmin' in mysql? : Sql dba
What is a sql*loader control file?
What is the current version of sql?
How do sql databases work?
What is procedure and function?
What is the purpose of a secondary key?
What is foreign key sql?
What is identity column in sql server?