Editor

By using a GUI editor, you can edit SQL queries and define functions in a script editor. You can then send the user-defined scripts and functions to the server for execution, and receive the query and processing results.



A friendly feature of the editor is the syntax highlighting.

  • keywords: bold blue

  • variable names and function names: black

  • numbers and arithmetic symbols: purple

  • quoted strings: pink

  • comments: green