Well, I think those are the only constructs in which the "?" placeholder works.
Also are the examples are like:.INSERT INTO sentence(id, actionid, objectid) VALUES(?, 0, 0)
I think you can stick to your solution.
Regards
Well, I think those are the only constructs in which the "?" placeholder works.
Also are the examples are like:.INSERT INTO sentence(id, actionid, objectid) VALUES(?, 0, 0)
I think you can stick to your solution.
Regards
So, if I understand, only when I use INSERT, I can use the placeholder ?.
In UPDATE, for example, I can't use it.
--
Tiago Correia
Bookmarks