On Apr 28, 2:38 pm, Roy Arellano <r.arellano6...@gmail.com> wrote:
> I am trying to create a stored procedure in which I take a select
> statement for multiple rows out of one table and insert them into
> another table when calling this stored procedure. Any suggestions?
>
> Goal:
> 1. Create Stored Procedure
> 2. Select Distinct data columns from table A (many rows)
> 3. Insert result set into table B
>
> Thanks.

Why is it 'necessary' to make  this a stored procedure?  Unless this
is homework a simple insert into ... select ... would be much faster
and easier to implement.


David Fitzjarrell
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to