SQL- Case konstrukt?

1 Antwort

warum case ???

du kannst doch ums mal mit excel zu sprechen einfach eine formel nehmen

C2 = 1 => 3

C2 = 0 => 1

C2 = -1 => 0

GANZZAHL((C2+1)*1,5)

oder mathematisch

floor(wert * 1.5)

oder abgerundet (wert * 1.5)