Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamic search function

Status
Not open for further replies.

ictphl

Programmer
Jan 17, 2005
1
0
0
BE
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 tables of a database at the same time ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top