MySQL Forums
Forum List  »  General

Re: how to get sysdate() via mysql> ?
Posted by: Peter Brawley
Date: February 28, 2019 09:54AM

'mysql' is the s=client program name so it's an OS cmd. Inside the mysql client program, the cmd for retrieving info is SELECT ...

select sysdate();

Options: ReplyQuote


Subject
Written By
Posted
February 27, 2019 11:20PM
Re: how to get sysdate() via mysql> ?
February 28, 2019 09:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.