Constant RESERVED_FOR_COLUMN_ALIAS
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.
pub const RESERVED_FOR_COLUMN_ALIAS: &'static [Keyword];Can’t be used as a column alias, so that SELECT <expr> alias
can be parsed unambiguously without looking ahead.