> Not feeling especially sharp tonight, I couldn't find the reference to
> this:
[quoted text clipped - 4 lines]
> What is the correct esacpe character to use when 'text' is a name like
> O'Malley? I' drawing a blank in a serious senior moment.
two single quotes
select * from table where name = 'O''Malley'
Will Honea - 29 Apr 2005 08:14 GMT
> > given:
> > select * from table where name = 'text'
[quoted text clipped - 5 lines]
>
> select * from table where name = 'O''Malley'
Thank you. Slaps forehead, muttering "of course!".

Signature
Will Honea