To fix the error mentioned above, escape single quotes with two single quotes as displayed in following example.
USE AdventureWorks
GO
SELECT *
FROM Person.Address
WHERE City = 'Villeneuve-d''Ascq'
GO
Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/
No comments:
Post a Comment