Re: Mysql connector c++ 8.0. How to work with datetime?
Posted by:
Luis Silva
Date: January 23, 2020 10:48AM
Hi!
Our current implementation still doesn't support datetime conversions, so to get this data, best is to cast date_update column:
"SELECT id, cast(date_update as char) FROM table_name")
Hope it helps!
Cheers,
Luís
Subject
Views
Written By
Posted
1662
January 22, 2020 08:24AM
920
January 22, 2020 03:23PM
735
January 23, 2020 12:54AM
829
January 23, 2020 08:15AM
Re: Mysql connector c++ 8.0. How to work with datetime?
1133
January 23, 2020 10:48AM
799
January 24, 2020 10:52AM
1123
January 25, 2020 03:15AM
1365
January 27, 2020 09:46AM
789
January 31, 2020 12:43PM
696
March 14, 2020 10:07AM
937
March 17, 2020 11:28AM
712
April 29, 2020 10:49AM
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.