You can get the value dynamically from context in advance database schema by using $$ContextVariableName$$ in where statement.
(e.g select * from emp where emp_id = $$varID$$;)
where varID is the name of context variable.
You can get the value dynamically from context in advance database schema by using $$ContextVariableName$$ in where statement.
(e.g select * from emp where emp_id = $$varID$$;)
where varID is the name of context variable.
Comments
0 comments
Article is closed for comments.