pub const RESERVED_FOR_TABLE_FACTOR: &[Keyword];
Global list of reserved keywords allowed after FROM. Parser should call Dialect::get_reserved_keyword_after_from to allow for each dialect to customize the list.