Posted by othellomy on 11/09/06 07:16
How do I insert a single quote ' into a table? For example: Insert mytable values (1,''') I get an error message. Any ideas? The server does not recognize double quote (why? is this tsql, ansi?), otherwise I could have written it as: Insert mytable values (1,"'") Thanks.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming