Results 1 to 9 of 9

Thread: SQL Search for ' (*RESOLVED*)

Threaded View

  1. #1

    Thread Starter
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176

    Resolved 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.
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width