All pastes #2095330 Raw Edit

Someone

public text v1 · immutable
#2095330 ·published 2011-11-24 10:43 UTC
rendered paste body


select cast(1.53 as signed integer);

it returns 2 where as the integer of 1.53 should be 1 ...

any help in converting a value to int ?