I am creating an SQL query, I have the the following types of values
I would like to filter by the largest "id", I want to only show the top 5 largest "id" values, and display only the eventtime and the source on the table.
My current query that exclusively displays all of the values for each column is below.
I had worked on this for a while, but continue to write SQL scripts that yield no data.