pub const RESERVED_FOR_COLUMN_ALIAS: &'static [Keyword];
Expand description

Can’t be used as a column alias, so that SELECT <expr> alias can be parsed unambiguously without looking ahead.