DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Can you use rank() -- analytics inside PL/SQL?

  1. #1
    Is the work around to use dynamic sql, and put the rank inside the statement?

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Yes, prior to 9i the only option for using analytical functions in PL/SQL is to use dynamic sql (NDS or DBMS_SQL).
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width