Posted by Kyle Hankinson August 9, 2023
You can use
To export from a table or view, find the target in the database tree and right click on it. Choose 'Export as', then pick from either CSV, JSON or XML from one of the submenus.
Similar, when exporting from a results set either right click (or single click the arrow at the top left of resutls) and choose 'Export result set as' and pick from one of the options.
Posted by Kyle Hankinson August 9, 2023
A list of some of SQLPro's features.
Posted by Kyle Hankinson September 29, 2020
When the option is disabled, no Current query
background highlighting will occur. The Run query
button will default to Run all
and will not contain a Run current
option.
When enabled, the Current query
will have a slight highlight. The Run query
button will default to Run current
, however the dropdown will contain a Run all
option.
When enabled, the Current query
will have a slight highlight. The Run query
button will still default to Run all
, however the dropdown will contain a Run current
option.
Posted by Kyle Hankinson September 23, 2020
SQLPro supports multiple cursors. This allows a users to perform certain actions with fewer keystrokes.
There are two different ways available to select multiple cursors. The first, is by holding Option
while dragging the mouse cursor up or down between lines.
The second method is by using the keyboard shortcut Command
+ Option
along with ↑/↓
.
Once multiple cursors have been selected, the following keyboard shortcuts are available.
←/→
to move text selection to the left and right one character.Option
+ ←/→
to move text selection left/right one word.Shift
+ ←/→
to move and highlight text selection to the left and right.Shift
+ Option
+ ←/→
to move and highlight text selection left/right one word.Cmd
+ Delete
to delete from the curors beginnings to the end of the next word.Option
+ Delete
to delete from the curors beginnings to the end of the line.Shift
+ Option
+ I
turns selected text over multiple lines into multiple cursors.Any feedback or issues with multi-cursor support should be added to the origional request ticket.
Posted by Kyle Hankinson August 12, 2020
Server based results sorting is a helpful and quick way for users to sort all results from a table without needing to write SQL. As of SQLPro v2020.71 is has been enabled by default. Using it is easy as can be. Simply click the header of a result set. The updated sort statement appear 'ghosted' in your query.
Server based sorting can be disabled via the 'SQLPro' -> 'Preferences' menu item. Once the preferences dialog is visible uncheck the 'Server based results sorting'.
Server based sorting only works for simple queries. If the query is complex, then the results will be sorted locally using the 'in memory results'.