Link to home
Start Free TrialLog in
Avatar of XK8ER
XK8ERFlag for United States of America

asked on

mysql query

hello there..
how can I have a query excluding http and ftp at the same time?
SELECT * FROM `post` WHERE `pagetext` NOT LIKE CONVERT(_utf8 '%http%' USING latin1) LIMIT 0, 500;

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of mostart
mostart

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial