substr

Is there a way to select all rows created today(current date), if that column has time format date and time?

Is there a way to select all rows created today(current date), if that column has time format date and time? Question: If I have a table that contains: table_id id_from_other_table date_time_when_this_row_was_added [(1, 200, ‘2023-01-06 08-11-21’)] [(2, 200, ‘2023-01-07 07-21-21’)] [(3, 200, ‘2023-01-07 08-10-10′)] Can I get all the rows that were created at today’s date …

Total answers: 1