|
-
Nov 11th, 2004, 04:19 AM
#1
Thread Starter
KING BODWAD XXI
SQL Search for ' (*RESOLVED*)
I think this is the right forum for it
Its an SQL question
how do I do a search for a string containing the ' char eg
50's 60's etc. Whenever I try I get an operator error because ' is a used element in SQL. You must be able to search for it though cant you
E.g
SELECT * FROM [AllTable] WHERE [AllIdeas] LIKE *'50's'*
I tried
SELECT * FROM [AllTable] WHERE [AllIdeas] LIKE *'[50's]'*
Anyone know this one?
Last edited by BodwadUK; Nov 11th, 2004 at 04:35 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|