Last updated
Last updated
The default SELECT statement contains the most important fields I consider useful for analysis. The FROM statement will always be the same, CSAPP only has one table, so don't change it. The WHERE statement is for you to add filters to only display the records of your choosing.
The query results are returned in a table view that can be expanded to full screen. Select the columns to quickly sort the data. The total records are displayed below with an option to download the results into a separate CSV file.
The following query will return packages that were first uploaded between two dates. This is useful for reviewing recent package uploads to .
The Explore page lets you write a SQL query and display the matching records.