Difference b/w trunc(sysdate)-1 and trunc(sysdate -1)
PhantasmOct 24 2008 — edited Jul 26 2010Is there any difference b/w trunc(sysdate)-1 and trunc(sysdate -1).Though they functionally give the same result, is there any difference in the performance or any other factor.