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 Rhinorhino 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
Joined
Jan 17, 2005
Messages
1
Location
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