hi,
another quick question. i trying to make a fulltext search. is it possible to use MATCH along with IN or NOT IN?for instance, so that MATCH would only look at those rows that are in "id IN ('...')"?
i tried it a number of ways but it always gave me an error, so maybe it's not possoible?