I have a query like as below
INSERT INTO table_name (column1, ...)
VALUES ('a.jsp?action=delete&TASK_ID=%TASK_ID%', ...);
On executing it in SQLdeveloper, it's asking to enter the value of TASK_ID. How do I skip it and just enter it as a part of the value?