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
What is on delete restrict?
What is lexical units in pl sql?
What is auto increment?
How do I enable sql encryption?
What is a variable in sql?
What is using in sql?
What is %s in sql?
Which is faster truncate or drop?
What is trigger price?
What is union and union all keyword in sql?
How does sql*loader handles newline characters in a record? : aql loader
Can we use loop in sql?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What are predefined functions in sql?
What is the difference between left join and right join?