DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: how to deal with '

  1. #1
    Join Date
    Feb 2000
    Location
    New York,U.S.A.
    Posts
    245
    Hi, all
    Could anyone tell me how to deal with '
    for instance:
    insert into tablename values('macy's');
    Thanks for help.

  2. #2
    Join Date
    Oct 2000
    Posts
    90
    Just put two quotes, so it would be

    insert into tablename values('macy''s');

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