Answer Posted / ramu
select top(100) salary from table1 where salary not
in(select top(99) salary from table1)
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
How to run sql statements through the web interface?
What is nosql vs sql?
What is the main reason behind using an index?
How do you bind variables in pl sql?
Can we alter stored procedure?
What is procedure and function in sql?
What kind of join is join?
What is sql in java?
Why do we use joins?
What is partition by in sql?
How global cursor can be declare with dynamic trigger ?
What are stored procedures in mysql?
How many sql statements are used?
What is the purpose of the sql select top clause?
what is 'mysqladmin' in mysql? : Sql dba