pub fn parse_logical_and<P>(parser: &mut P) -> Result<SqlExpression, String>where
P: ParseLogical + ?Sized,
Expand description
Parse a logical AND expression AND has higher precedence than OR but lower than comparison operators
pub fn parse_logical_and<P>(parser: &mut P) -> Result<SqlExpression, String>where
P: ParseLogical + ?Sized,
Parse a logical AND expression AND has higher precedence than OR but lower than comparison operators