Hi Gurus,
please share the function which is related to LOG function in oracle.
example: select log(2,8) from dual
o/p: 3
but user requirement pass one parameter to log.so any built in function is there which is related to LOG by passing one parameter ie, means LOG and other function return same value.
i have checked LN function ..it is showing different value.
kindly help me.
advance thanks