fulltext question

2013-11-26 Thread Jim Sheffer
Hello all- I have a question on searching via fulltext. I have the following SQL statement: var('SQLResultsID') = 'select *, MATCH (product_id,product_name,product_desc) AGAINST("' + $sqlKeywordSearch + '") AS SCORE from products WHERE MATCH (product_id,product_name,product_desc) AGAI

Re: Materialized Views

2013-11-26 Thread CompareHybridCars
This site gives information on how to create triggers to automatically maintain your MV: www.materialized.info