MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old September 27th, 2006, 05:34 AM
SnapCracker's Avatar
SnapCracker SnapCracker is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Location: Kent, United Kingdom
Posts: 165 SnapCracker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 Days 21 h 22 m 31 sec
Reputation Power: 4
SQL syntax help

Hi, I know that this query to the db works:-

[MYSQL]
select * from table where ((Name LIKE \"%$trimmed%\") AND (Category1 NOT LIKE \"Banner*****\"));
[/MYSQL]
but when I add another term, it stop working

[MYSQL]
select * from table where ((Name LIKE \"%$trimmed%\") AND ((Category1 NOT LIKE \"Banner*****\") OR (Category1 NOT LIKE \"Affiliates%\")));
[/MYSQL]
what I am doing wrong? it seems quite correct to me!
thanks

Reply With Quote
  #2  
Old September 27th, 2006, 09:05 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
Try this:
Code:
select * from table where ((Name LIKE \"%$trimmed%\") AND (Category1 NOT LIKE \"Banner*****\")) OR (Category1 NOT LIKE \"Affiliates%\");

I rearranged your brackets a bit.
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter!
DevArticles Forum Moderator

"The net is a waste of time, and that's exactly what's right about it." -- William Gibson

Reply With Quote
  #3  
Old September 27th, 2006, 02:33 PM
SnapCracker's Avatar
SnapCracker SnapCracker is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Location: Kent, United Kingdom
Posts: 165 SnapCracker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 Days 21 h 22 m 31 sec
Reputation Power: 4
Thanks Dzz
Oooooh I see!

It's abit like saying "select anything like this but not like this.....oh! by the way, OR not like that as well ;
if I wanted to add another conditional NOT LIKE would I do it like this?
Code:
select * from table where ((Name LIKE \"%$trimmed%\") AND (Category1 NOT LIKE \"Banner*****\")) OR (Category1 NOT LIKE \"Affiliates%\" OR Category1 NOT LIKE \"something\");

Reply With Quote
  #4  
Old September 28th, 2006, 09:44 AM
SnapCracker's Avatar
SnapCracker SnapCracker is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Location: Kent, United Kingdom
Posts: 165 SnapCracker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 Days 21 h 22 m 31 sec
Reputation Power: 4
Quote:
Originally Posted by MadCowDzz
Try this:
Code:
select * from table where ((Name LIKE \"%$trimmed%\") AND (Category1 NOT LIKE \"Banner*****\")) OR (Category1 NOT LIKE \"Affiliates%\");

I rearranged your brackets a bit.


Don't think I'm not grateful, but I found this works actually

Code:
((Name LIKE \"%$trimmed%\") AND ((Category1 NOT LIKE \"Banner*****\") AND (Category1 NOT LIKE \"Affiliates%\")))


cheers anyway

Reply With Quote
  #5  
Old September 28th, 2006, 01:36 PM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
I was just going by what you had and blindly pretended I knew the data =)
Kudos for figuring it out and thanks for following up!

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > SQL syntax help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway