What is the difference between the string aggregate functions MinString(), MaxString() and FirstValue(), LastValue()?
Answer Posted / Amit Pant
MinString() and MaxString() return the minimum and maximum values (in alphabetical order) of a string field, while FirstValue() and LastValue() return the first and last unique non-null value for a field, regardless of their position or sort order.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers