Function upper
Source pub fn upper<'a, V, E>(expr: E) -> SQLExpr<'a, V, Text, E::Nullable, Scalar>
Expand description
UPPER - converts string to uppercase.
Preserves the nullability of the input expression.
ยงType Safety
โupper(users.name);
upper(users.id);