Add a SQL History DESCRIPTION column. I'd like to see a new DESCRIPTION column added to the SQL History which is displayed in the bottom panel. Permit the user to edit the DESCRIPTION to document what the statement(s) are used for! When you have hundreds of SQL History finding what you need is not productive. When new DML is automatically added to the SQL History, perhaps if line 1 starts with --@ or /*@ the new feature can extract all of line 1 as the new DESCRIPTION value. The default DESCRIPTION value is NULL. Using SQL History column headers, I can sort the SQL History list allowing me to use my preferred string pattern as DESCRIPTION which would sort similar like patterns.