Learn more about Toad for SQL Server Find solutions and downloads at the |
< To bookmark a page, right-click the Page Title and select Add to Favorites / Bookmark This Page |
Toad for SQL Server 5.7 |
You can define regions in your code that can be expanded or collapsed for easier navigation.
To add a code region
Enter the following
on the line above the beginning of the statement:
-- region region_name
Enter the following
on the line below the end of the statement:
-- endregion
Tip: Press CTRL+J to collapse all code regions and CTRL+M to expand all code regions.