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
What is difference between hql and sql?
How to convert comma separated string to array in pl/sql?
How do I save a stored procedure?
explain the options of myisamchk to improve the performance of a table. : Sql dba
What are transaction and its controls?
How to combine two stored procedures in sql?
What is Materialized View? In What Scenario we Use Materialized View?
What is a memo field?
What are stuff and replace function?
What is the sql query to display the current date?
How to look at the current sql*plus system settings?
How to write pl sql program in mysql command prompt?
Can we use delete in merge statement?
What is break?
How many types of primary keys are there?