Skip to main content

RESERVED_FOR_TABLE_FACTOR

Constant RESERVED_FOR_TABLE_FACTOR 

Source
pub const RESERVED_FOR_TABLE_FACTOR: &[Keyword];
Expand description

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.