Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
SQL WHERE with LIKE clause
Old 08-14-2007, 03:06 PM SQL WHERE with LIKE clause
Novice Talker

Posts: 9
Trades: 0
I have a SQL select statement, but I don't know how to finish it. The part in red works fine, but it's the part in blue I don't know how to do. BAsically I need to use the LIKE clause but also ignore a specific record which the LIKE clause finds.

SELECT product WHERE partno LIKE "111%" NOT 1114

Any suggestions on how to do this?

jfdt is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-14-2007, 03:22 PM Re: SQL WHERE with LIKE clause
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Code:
SELECT product
WHERE partno LIKE '111%'
AND partno != '1114'
String character generally must be surrounded by single quotes, not double.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 08-14-2007, 03:27 PM Re: SQL WHERE with LIKE clause
Novice Talker

Posts: 9
Trades: 0
Thanks, that seemed to do the trick. I was using single quotes also, I used double quotes in the example by mistake (wasn't a copy/paste).
jfdt is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to SQL WHERE with LIKE clause
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12575 seconds with 12 queries