sql - Why doesn't the OFFSETS function respect docid condition? -
Why does
select from where offset data = 1 and Data match 'word'
take the same time as
Select data offset (data) data where data match 'word'
And how can I work it fast, that is, for a record? Thanks!
Comments
Post a Comment