Explains an overview of SQL DATE, TIME and TIMESTAMP. From http://ComputerBasedTrainingInc.com SQL Course. Learn by doing SQL commands for ANSI Standard SQL, Access, DB2, MySQL, Oracle, PostgreSQL, and SQL Server.
I have my MySQL table, it only has 3 fields, id, fullname and datetime, I want it to work so that when someone submits the form the date and time are recorded alongside the name. No matter what I try all I get is the default 0000-00-00 00:00:00. Could you advise please?
I have my MySQL table, it only has 3 fields, id, fullname and datetime, I want it to work so that when someone submits the form the date and time are recorded alongside the name. No matter what I try all I get is the default 0000-00-00 00:00:00. Could you advise please?
dashbyictfd 1 month ago