Constant RESERVED_FOR_TABLE_ALIAS
pub const RESERVED_FOR_TABLE_ALIAS: &'static [Keyword];Expand description
These keywords can’t be used as a table alias, so that FROM table_name alias
can be parsed unambiguously without looking ahead.