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

Thread: PL/SQL procedure

  1. #1
    Join Date
    Aug 2001
    Posts
    2

    Unhappy

    I have a large question on PL/SQL as it is so different to T-SQL. That is the declaring of stored proecdure. How to retrieve dataset from Oracle by stored procedure?
    For example: in T-SQL
    create procedure A
    (
    @Sum INT
    )
    AS
    SELECT *
    FROM table_a A
    WHERE
    A.Sum = @Sum

    And some rows will be retrieved from the DB.

  2. #2
    Join Date
    Apr 2001
    Location
    Czechia
    Posts
    712

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