-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
The way SQL map displays results after a query is finished running is nice. Basically they format the table like
*Here is my Query *
Results
*Results
*Results
*78 rows and took 389 seconds
They then clip any query that is more than I think 80 Rows (since viewing that in a terminal window can be a little much) and default to spit the output in a file if the query returns back a ton of data (think dumping 80,000 hashes for example).