Forum Moderators: coopster
SELECT * FROM WebSite where pgname NOT LIKE 'pr%' and 'cn%' and 'cl%' and 'sv%'
If you don't get the gist of it, I want all the rows in the database as long as they dont begin with pr, cl, cn or sv.
I had a look @ the MySQL site and just got lost!