Hi!
Is there a MySQL command that allows you to perform something like the following:
SELECT * FROM <table_name> WHERE <value> = (everything but <this_value>) ?
So, basically I want all values in a table to be selected that doesn't contain <this_value>
Thanks for your help!