Forum Post: RE: Matches query

  • Thread starter Thread starter TheMadDBA
  • Start date Start date
Status
Not open for further replies.
T

TheMadDBA

Guest
for each item where item.id matches "*abc*" or item.id matches "*dde* or item.id matches "*ddee*" no-lock: Keep in mind that using matches will read every record in the item table and not use an index to filter the results.

Continue reading...
 
Status
Not open for further replies.
Back
Top