we would like to create a dynamic search function for the whole database
begin
:global.variabele := '=';
select person_name
into :test
from persones
where person_id ||:global.variabele|| 1;
end;
How to make a select statement dynamically ( >,<,=)?
does anyone has an idea for searching all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.