We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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