Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added


To activate the Dark theme feature:

Go to Options - General - Appearance and select "Aqua Data Studio (Dark)" under the Look and Feel option and click OK.

Image Added


Info

Restart the application for the changes to take effect.

...

Aqua Data Studio's Query Window - SQL Automation menus rapidly increase the speed of writing a query. Automate is the fifth menu (from left to right) in the Main Application Window.
The SQL Automation feature set in Aqua Data Studio (the "Automate" pull-down menu) helps you reduce the number of keystrokes made while writing SQL statements, and to let the application rapidly fill in what a user would normally spend seconds or minutes typing.
The largest amount of time spent typing is probably writing templates for basic SELECT, INSERT and UPDATE statements, including writing out the columns.
Below are examples of how to automate the writing of basic UPDATE and SELECT statements.
 
Automating an UPDATE statement

 

 

 

 

 

1. Click Automateinsert UPDATE

2. Select the Table

3. Move the Cursor

4. Column nameswithout typing

5. Finish the SQLStatement

Automating a SELECT statement

 

 

 

1. Click Automateinsert SELECT

2. Select the Table

3. Finish the SQLStatement

...