There was an error while loading. Please reload this page.
the syntax for hints is adding it on comment before the fields after the select keyword.
select /*! YOUR_HINT*/ yourField from yourIndex
SELECT /*! IGNORE_UNAVAILABLE */ * FROM index1,index2