Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. emyzhu

    selection in procedure

    I tried to create a procedure as following: CREATE OR REPLACE PROCEDURE testStudent ( p_FirstName students.first_name%TYPE, p_LastName students.last_name%TYPE) as BEGIN select first_name, last_name into fname, lname from students where ((first_name=p_FirstName) AND...

Part and Inventory Search

Back
Top