-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Hints
Eliran Moyal edited this page Dec 30, 2015
·
3 revisions
the syntax for hints is adding it on comment before the fields after the select keyword.
select /*! YOUR_HINT*/ yourField from yourIndex
- IGNORE_UNAVAILABLE - read about it here
SELECT /*! IGNORE_UNAVAILABLE */ * FROM index1,index2