Posts by Welisson Carlos Dias • 1 point
2 posts
-
0
votes2
answers158
viewsA: Sum of fields completed within the SELECT itself
You must transform the fields to second or minute, timetosec or sectotime. Then add and convert again to hour, minute, second format.
-
0
votes2
answers119390
viewsA: How to insert date and datetime into a table in Mysql?
The default format is YYYY-MM-DD, to extract the information should be dealt with in the application or in the consultation. Creating the field with default value in the bank, or passing now() in…