Microsoft SQL Server dialect doesn't support index hints

已回答

Is there a way for me to configure DataGrip to be OK with index hints? In this valid MS SQL query, the index "pts4saleopt" gets flagged:

Text below to aid in copy/pasting ...

select sum(tr.pts4qty) 
from tr_save tr with (index=pts4saleopt)
where tr.quantity <> 0
1

请先登录再写评论。