Posted by: Rainer Ebert
It would be very very helpful, if the first parameter of the function @if in
select statements could contain logical operations like =, , >=. So
that you e.g. can select as value column a or column b depending on which of
them is lager. Like "select @if( a > b, a, b ) from mytable".
Rainer