Learn more about Toad for SQL Server
at Dell Software

Find solutions and downloads at the
Toad for SQL Server Support Portal

Toad for SQL Server 6.6

You are here: Edit SQL > Organize and Navigate Code > Set Code Regions

Set Code Regions

You can define regions in your code that can be expanded or collapsed for easier navigation.

To add a code region

  1. Enter the following on the line above the beginning of the statement:

    -- region region_name

  2. Enter the following on the line below the end of the statement:

    -- endregion

Tips:

 

Related Topics

About Editing SQL  

Insert Code Snippets 

of