This is a discussion on query hints within the Informix forums, part of the Database Server Software category; --> hello all, does informix have the ability to include query hints comparable to something like sql servers INDEX = ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Tue, 01 Jul 2003 16:44:07 -0400, tomL wrote: > hello all, > does informix have the ability to include query hints comparable to > something like sql servers INDEX = index_name and (FAST 10)? > > thanks in advance, > Tom Yes, look up OPTIMIZER DIRECTIVES in the Guide to SQL Syntax manual. Art S. Kagel |