.SQL92Keywords {DBI} | R Documentation |
Keywords according to the SQL-92 standard
Description
A character vector of SQL-92 keywords, uppercase.
Usage
.SQL92Keywords
Format
An object of class character
of length 220.
Examples
"SELECT" %in% .SQL92Keywords
[Package DBI version 1.2.3 Index]