79278803

Date: 2024-12-13 15:30:43
Score: 0.5
Natty:
Report link

As the above answer mentioned, using double quotes should work.

This also worked in postgres.

INSERT INTO test (field) VALUES (E'123\'123');

select * from test;
-- 123'123
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: samhita