if it's returning a 7501 error most of the time you can safely retry
if it's returning a 7501 error most of the time you can safely retry
CREATE TABLE my_table (my_field TEXT);
-- need to use double apostrophe instead of backslash escaping
INSERT INTO my_table VALUES ('body with escaped string can\'t be done');