Function grafbase_sql_ast::ast::upper
source · pub fn upper<'a, E>(expression: E) -> Function<'a>where
E: Into<Expression<'a>>,
Expand description
Converts the result of the expression into uppercase string.
pub fn upper<'a, E>(expression: E) -> Function<'a>where
E: Into<Expression<'a>>,
Converts the result of the expression into uppercase string.