I have a JSON object in which I am having a RAW SQL query with a parameter inside it. I am getting the value of the parameter from my HTML DOM element. HOW to replace it can any one tell me? thanks
EG:-
[1,2,"select * from animal where animal = @value"]
i want to replace @value
wherecondition always?