Constant wing_sqlparser::keywords::RESERVED_FOR_COLUMN_ALIAS[][src]

pub const RESERVED_FOR_COLUMN_ALIAS: &[Keyword];
Expand description

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