Posts by SergioDev • 11 points
1 post
-
1
votes3
answers137
viewsQ: Using IF and UPDATE in a PROCEDURE to update a table
I am new in SQL and PLSQL and I am having difficulty with the following situation: create or replace PROCEDURE set_value(p_variable VARCHAR2, p_value VARCHAR2) IS BEGIN INSERT INTO co_t_conf…