When I am trying to execute INSERT statement in oracle, I got SQL Error: ORA-00917: missing comma error because there is a value as Alex\'s T
INSERT
SQL Error: ORA-00917: missing comma
Alex\'s T
In SQL, you escape a quote by another quote:
SELECT 'Alex''s Tea Factory' FROM DUAL