Answer Posted / john bershan
select sgp from (select sgp,dense_rank() over (order by
sgp desc) as rownumber from t_policy_general)
where rownumber = '100';
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I run a sql script?
What are the parts of a sql statement?
Why stored procedure is better than query?
How to take user input in pl sql?
Explain what is sql?
What is sql*loader?
Does sqlite need a server?
What has stored procedures in sql and how we can use it?
How to write html code in pl sql?
What is the life of an sql statement?
What is query syntax?
Is null operator in sql?
what is a unique key ? : Sql dba
Can delete statement be rollbacked?
How can one get sql*loader to commit only at the end of the load file? : aql loader