Hi there here is a stupid question. I have created an update statement that updates a table that has null user id using a name as the identifier:
UPDATE dembel
SET userid = 8908
WHERE [Name] = 'o'reily'
However the the name already contains an apostrophe which causes a problem in sql, How can i write the name so that the apostrophe is part of the string itself.