InventTrans inventTrans
inventTrans.allowIndexHint(true); //Use this to enable Index Hint
select inventTrans
index hint StatusItemIdx //Force db to use this index
where inventTrans.StatusIssue == StatusIssue::OnOrder
InventTrans inventTrans
inventTrans.allowIndexHint(true); //Use this to enable Index Hint
select inventTrans
index hint StatusItemIdx //Force db to use this index
where inventTrans.StatusIssue == StatusIssue::OnOrder
Comments
Post a Comment