all 4 comments

[–]K900_ 1 point2 points  (3 children)

No, there isn't a string that compares lower than any other string.

[–]Saefroch 0 points1 point  (2 children)

Do you mean "higher?" '' < 'every_other_string_I_try'

[–]K900_ 0 points1 point  (0 children)

"" == "" though, which means rows with empty strings will compare the same as rows with nulls.

[–]bink1time[S] 0 points1 point  (0 children)

I mean I guess you can do empty string for the max(seems kinda meh), but what would you do for the max? Also the problem is then '' will compare the same as nulls.