It´s possible to search all fields in all tables that correspond to datetime and show his contents?
For example:
select [from all tables] fields where field_type='datetime'
Expected behavior:
+---------------+--------------+--------------------------+----------+
| field_name | type_field | data | table |
+---------------+--------------+--------------------------+----------+
| date_invoice | date_time | 2022-01-02 18:45:09.234 | invoices |
| date_invoice | date_time | 2022-01-12 18:45:09.234 | invoices |
+---------------+--------------+--------------------------+----------+