james438
10-24-2008, 09:06 PM
does the following
select * from tablename where summary LIKE '%term%' order by ID desc limit 9, 3 load the entire table into memory?
select * from tablename where summary LIKE '%term%' order by ID desc limit 9, 3 load the entire table into memory?