MySQL Forums
Forum List  »  General

select sin(90); and sql_mode
Posted by: james wang
Date: August 05, 2016 05:12AM

Hi All,

It is possible to set up sql_mode to degree (instead of radians) so: select sin(90); returns 1
I know you can do: select sin(radians(90));

Thanks

Options: ReplyQuote


Subject
Written By
Posted
select sin(90); and sql_mode
August 05, 2016 05:12AM


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.