Re: Special characters in timesten db?
- From: Lee Fesperman <firstsql@xxxxxxxxxxxxx>
- Date: Thu, 07 Jul 2005 18:56:56 GMT
Adam wrote:
>
> How do you enter a statement like:
>
> update locations set name = 'bob's room'
>
> I keep getting exceptions on the apostrophe.
>
> Thanks in advance.
For Standard SQL, you double embedded quotes:
update locations set name = 'bob''s room'
See the SQL Tutorial on literals -- http://www.firstsql.com/tutor3.htm#literal.
--
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
.
- References:
- Special characters in timesten db?
- From: Adam
- Special characters in timesten db?
- Prev by Date: Special characters in timesten db?
- Next by Date: Cloudscape (Derby) issue with BLOB fields
- Previous by thread: Special characters in timesten db?
- Next by thread: Cloudscape (Derby) issue with BLOB fields
- Index(es):