I wrote the FLOOR function like this
same => n,Set(rembalance= FLOOR(${billmin}))
When I did it this way
same => n,Set(rembalance= ${FLOOR(${billmin})})
It says no function FLOOR found
Is it wrong?
I wrote the FLOOR function like this
same => n,Set(rembalance= FLOOR(${billmin}))
When I did it this way
same => n,Set(rembalance= ${FLOOR(${billmin})})
It says no function FLOOR found
Is it wrong?