pub type array_upper<array, dimension> = array_upper<<array as Expression>::SqlType, array, dimension>;Expand description
Return type of the array_upper() SQL function.
Aliased Typeยง
pub struct array_upper<array, dimension> { /* private fields */ }