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!

Search results for query: *

  1. ictphl

    dynamic search function

    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...

Part and Inventory Search

Back
Top