sql - Get the date when the row was inserted MySQL -
is there way datetime when row created? stored anywhere? forgot add column tells when row inserted, , lots of rows have been inserted , don't know when inserted... thanks.
unfortunately there's no way achieve that. mysql
doesn't store timestamp
of row creation, that's why have create column that, along on update
clause update column every time row updated
Comments
Post a Comment