Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Format sql query in TOAD 7.

Tags:

sql

format

toad

In toad's older version i can easily able to format the query in

Toad's Query editor by

  right click > Format Code. 

But in newer version of Toad 7 i can't able to find this Format option. Can any one help me from where i can Format My Query.

(how to FORMAT QUERY in TOAD 7?)

like image 352
murtaza.webdev Avatar asked Mar 31 '14 08:03

murtaza.webdev


1 Answers

TOAD FOR ORACLE

SHIFT+CTRL+F should help you

To format a statement Select the statement you want to select and click » on the Edit toolbar.

To format an entire script Click » on the Edit toolbar.

Tip:You can also right-click the script and select Formatting Tools | Format Code.

See the documentation

TOAD FOR MYSQL

Format SQL

Use the formatter to modify the layout of SQL in the Editor, including inserting headers, adding or removing extra lines, and changing the case for keywords.

To format SQL

Click Paint shaped box on the Editor toolbar to format the contents of the Editor window. You can also format a partial statement in the Editor by selecting it before applying formatting.

See documentation

like image 150
SriniV Avatar answered Oct 04 '22 14:10

SriniV