@lindsey.homenick
To escape a single quote in Presto, you can use two single quotes in a row.
For example, if you wanted to insert the value "I can't do it" into a query, you would write it as:
"I can''t do it"
This way, Presto will interpret the two single quotes as a single literal single quote character.