SQL Language (MOSC)

MOSC Banner

select ceil(10/7*7) from dual RETURNS 11!!

edited Oct 9, 2012 1:20AM in SQL Language (MOSC) 14 commentsAnswered
Hi,select 10/7*7, ceil(10/7*7) from dual
returns 10 , 11
Looks like some bug in ceil function. Or do you have other explanation why ceil(10/7*7) returns 11 ?
Thank you for any suggestion
Ivo

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center