SYSDATE
                                                            Purpose
This function returns the current system date by evaluating TO_DATE(SYSTIMESTAMP), interpreted in the current database time zone.
Syntax
sysdate::=
                                                                        
                                                                    
Usage Notes
For additional information, also see function CURRENT_DATE.
Example
Copy
                                                                
                                                            
                                                        SELECT SYSDATE;