RKsFAQ's
How can I enforce to use particular index?
You can use index hint (index=
) after the table name.
SELECT au_lname FROM authors (index=aunmind)
Newer Post
Older Post
Home