Software Developer
Pages
Home
C / C++
Java
Hibernate
Spring
Structs
JBoss
PHP
VB.NET
Database
About Me
Friday, December 5, 2014
how to do a SQL insert with a value with an apostrophe in it
INSERT
INTO
Person
(
First
,
Last
)
VALUES
(
'Joe'
,
'O''Brien'
)
/\
here
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)