GoLand 2018.3 Help

Working with tables

In relational databases, a table is a basic unit for data storage. Data in the table is stored in a cell that is an intersection of a vertical column and horizontal row. The table has a specified number of columns, but can have any number of rows. With GoLand, you can perform data manipulation and data definition operations with tables.

The data editor

Code style for SQL

Change code style settings

Customize formatting rules for the SQL code: alignment, wrapping, and indentation.

  1. Click File | Settings | Editor | Code Style | SQL.

  2. Select all the necessary code style settings on the available tabs.

  3. Click Apply.

Create a code style for SQL

  1. Open Settings | Editor | Code Style | SQL.

  2. Click the Gear icon (The Gear icon), and select Duplicate.

  3. Type a name for a new style, and press Enter.

  4. Select all the necessary code style settings, and click Apply.

Configure code styles per data source

  1. Right-click a data source and select Properties.

  2. Click the Options tab.

  3. In the Code style drop-down menu, select a style that you want to apply .

  4. Click Apply.

Last modified: 6 February 2019

See Also

Language and Framework-Specific Guidelines: