Gabor Grothendieck wrote:
> 2009/9/30 Hervé Pagès <hpages using fhcrc.org>:
>> According to
>>
>> SQLKeywords(dbDriver("SQLite"))
>
>
> Try
>
>> library(RSQLite)
>> grep("^END$", .SQL92Keywords, value = TRUE)
> [1] "END"
Indeed. Sorry for the confusion.
H.