Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> On insert, what characters do I need to escape? (or do I?)
When I do an sql insert
insert into foo values (35.3,'tommy',null,''','!@#$><-'',null);
^ how do I treat this?
I guess I have to at least escape the single quotation mark. Do I do that with a backslash? What about other characters? Do I need to give them special treament?
brian
"If a train station is where the train stops, what is a workstation?" -- Phil Adamson Received on Thu May 20 1999 - 13:23:52 CDT
![]() |
![]() |