Hi,
I am working to create a procedure in which is to raises an exception if the time is not between 7am and 6pm. Below is what I tried and I wonder what do I need in there in order to raise an exception? Thanks for your advice!
CREATE OR REPLACE PROCEDURE SECURE_ROWS AS
BEGIN
NULL;
END SECURE_ROWS;