pub const RESERVED_FOR_TABLE_ALIAS: &[&str];
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.