JamesBranam's Blog
NetBeans 6.5: SQL History
Hi all,
Today I'm blogging a bit about SQL history in NetBeans. You can find more information about this in the IDE's helpset.
SQL History provides a list of SQL statements that have been previously executed in the SQL Editor. The SQL can also be inserted in the SQL Editor to be re-executed by selecting a statement in the Table and clicking the Insert button.
The order the statements appears in is descending, the more recently executed statement appears at the top of the dialog. To help search for an SQL statement, you can choose the connection for the database against which the statement was executed.
You can also view matching SQL statements by typing in the Match textfield. Matching is case insensitive.
SQL History is invoked from the SQL Editor by clicking the toolbar icon or by typing the keyboard combination Ctrl-Shift-Alt-h or Command-Shift-Alt-h (Mac OSX).
See you tomorrow.
--James
Posted at 09:00AM Oct 14, 2008 by branajam in NetBeans |