I have a table that looks like
event_id, activity_name, operator_name, start_date, end_date
I want to select all columns, and select an extra column which contains the LAST end_date value from the whole table. I'd expect this column to contain the same value in each row, which is the latest date
can you help?