I have a database in MYSQL and I designed the table to receive answers but I did not make a date field for it. My question is whether in MYSQL there is a query to know on what date an insert was made. Thank you very much.
I have a database in MYSQL and I designed the table to receive answers but I did not make a date field for it. My question is whether in MYSQL there is a query to know on what date an insert was made. Thank you very much.
I am afraid that not dear fellow. The subject of audit of the registers at the level of each table must be kept in the same in a date or datetime field, either for the creation of a record or its update.
Another way is to take it in a general way in another parameterized audit table for an entire system. In this aspect there are opinions from both sides.
Unfortunately it is what I can narrow down on your question. Greetings.