What is the difference between current_date & sysdate function?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sajithamol

    What is the difference between current_date & sysdate function?

    What is the difference between current_date & sysdate function?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    while both returns the same out put , the only diference is SYSDATE is a PSEUDO COLUMN while current_date is a normal function.

    Comment

    Working...