Constant sqlparser::keywords::RESERVED_FOR_TABLE_ALIAS
source · pub const RESERVED_FOR_TABLE_ALIAS: &[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.