SQL: retrieve the most recent entry
Hello, I would like to retrieve the most recent entry of my data table at once. Let’s imagine I have the following table (a piece of the MSEG table): ROWS MATNR CHARG CPU_DATE CPU_TIME 1 000012345 CA001 09.16.2024 14:00:00 2 000012345 CA002 09.16.2024 15:12:12 3 000012345 BO256 03.03.2024 23:12:00 4 000012345 CU123 09.17.2024 00:34:37 …