HomeQuestionsHow to find current date-time? How to find current date-time?By Nick / March 4, 2019 Discussion Room › Category: Database&SQL › How to find current date-time? 0 Vote Up Vote Down Nick asked 6 years ago mySQL- SELECT NOW(); SQL Server- SELECT getdate(); Oracle- SELECT SYSDATE FROM DUAL;