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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -