On Wed, Oct 17, 2001 at 06:25:49PM +0200, Ciprian A. wrote: > I need to select from a table all the records that do not contain a certain > string. Any idea how I can do this?
You mean like SELECT * FROM TABLE WHERE FIELD NOT LIKE "%stuff%"? :) -- Michael T. Babcock http;//www.fibrespeed.net/~mbabcock/ --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php