Wade Preston Shearer wrote:

Is there a function that removes all of the values in array A that match values in array B?

As a side note, since I like to make MySQL comments, you can do this in MySQL:

 SELECT * FROM t1 WHERE field NOT IN (comma, separated, array);

I may be a tad off since I'm going from memory, and I'm rushing off to bed...

Brandon Stout
http://mscis.org

_______________________________________________

UPHPU mailing list
UPHPU@uphpu.org
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to