10/06/15 this page is no longer., Http://code.google.com/p/sqlite-manager/wiki/ExecuteSQL
Save [and delete] Query by name
SELECT Queries and other SQL statements can be stored in the SQLite database and re-run later from the Execute SQL SQLite Manager tab.
To enable this function, go to the "Tools" menu in the menu bar and check the "Use table for internal data" item.
To save the SQL statement, click the "Save Query" icon on the "Execute SQL" tab, in which you will be asked to enter a query name.
To receive an SQL query, select it by name from the drop-down menu under the Enter SQL text box.
The text of the instruction will be written in the Enter SQL text box, where it can be changed, if necessary, before starting.
To remove a saved query from the menu, run the following SQL query containing the query name in the Enter SQL text box.
DELETE FROM __sm_ext_mgmt WHERE type = "NamedQuery: query_name"
I do not understand this syntax. Maybe I'm not getting into the right place. None of this worked. I tried to run them as a request:
Syntax:
DELETE FROM __sm_ext_mgmt WHERE type = "NamedQuery: query_name"
My attempts:
DELETE FROM __sm_ext_mgmt WHERE type = "NamedQuery: Export Bookmarks to CSV" DELETE FROM __sm_ext_mgmt WHERE type = "NamedQuery: Export Bookmarks to CSV with
Date-Time "
DELETE FROM __sm_ext_mgmt WHERE type = "Export Bookmarks to CSV" DELETE FROM __sm_ext_mgmt WHERE type = "Export Bookmarks to CSV with Date-Time"
I highlighted this table:
__sm_ext_mgmt<br>
., Then I clicked the Browse and Search tab
I right-clicked on two where my queries / Delete / were, and they now disappeared from the list
There were many other things, the previous entries that I made.
03/11/14 I think I can remove this type (06/10/15 just leave it):
,, QueryHistory
But I need to save these 5 types:
. . . StructTree:ExpandedCategories . . . StructTree:ExpandedObjects . . . StructTree:AttachedDb . . . Enabled . . . BrowseTree:ColState:table:_sm_ext_mgmt
Everything is still working fine