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