SELECT * FROM users WHERE domain NOT LIKE '%.biz'
Is this syntax correct. I'm trying to dump all users that did not join through our .biz site howerver the only way to double check if this is right is to check through thousands of entrys in the database. Thanks Bubble
Why don't you create a new table with only a few entries that you can test with?
It looks right to me, for a mssql query, but I'm no pro.