Data Integration
- Data Integration
- All Products
EMP_ID, EMP_NAME 1001, John 1002, Alice 1003, Mary 1004, Mark 1005, Stephan
The expression takes the variable field ID as the input parameter of the stored procedure and returns the salary value to the SALARY output field.:SP.SQL_Add_Salary(ID, PROC_RESULT)
The expression takes the variable field CurrentSalary as the input parameter of the stored procedure and returns the new salary to the newSalary output field.:SP.SQL_increase(CurrentSalary, PROC_RESULT)
EMP_ID, EMP_NAME, salary, newSalary 1001, John, 400, 480 1002, Alice, 500, 600 1003, Mary, 400, 480 1004, Mark, 700, 840 1005, Stephan, 600, 720