A procedure is created and variables are declared. But I can't understand what this piece of code means? More precisely, what is operator for?
CREATE OR REPLACE Procedure UpdateCourse ( name_in IN varchar2 ) IS cnumber number; A procedure is created and variables are declared. But I can't understand what this piece of code means? More precisely, what is operator for?
CREATE OR REPLACE Procedure UpdateCourse ( name_in IN varchar2 ) IS cnumber number; Source: https://ru.stackoverflow.com/questions/621674/
All Articles