You can use either a single quotation mark (') or quotation marks (") to enclose parameters.
To enclose a single quotation mark within a parameter, enter it either as two consecutive single quotation mark ('') in a parameter that is enclosed by a single quotation mark, or enter it as a single quotation mark in a parameter that is enclosed by quotation marks (").
Similarly, if a quotation mark (") is to be contained within a parameter, enter it in one of these ways:
You can use the apostrophe or quotation marks as follows:
'ABCD'12345' results in ABCD'12345 "ABCD""12345" results in ABCD"12345
"ABCD'12345" results in ABCD'12345 'ABCD"12345' results in ABCD"12345
"ABC'12""345" or 'ABC'12"345' results in ABC'12"345