DB<42> $num1 = 1990; $num2 = '19.90' DB<43> p $num1 == ("" . $num2*100) # number->to_string->to_number 1 DB<44>