1. Stop the mouse in the SQL row, and then Ctrl+enter directly execute the current SQL.
2. Solve Toad to Chinese display garbled problem:
System environment variable plus nls_lang=american_america. We8iso8859p1
3. Toad Automatic prompt function, just like Plsql Developer:
Enter the first few letters of the table name, and then use CTRL +. You can eject if you type SELECT * from emp t where T. At this point, the Emp field pops up for you to choose from.
4. How to support code AutoCorrect, such as input ndf, automatically replace into no_data_found, input SF automatically replaced with select * from:
Click to open menu Edit->editer_options->auto_replace, set yourself. You can set any word that you want to replace automatically
5. Toad How to implement multiple threads, as Plsql developer can cancel the current operation:
There are options to install, if not set to enter the View-options-oracle-transactions, select the first option.
6. Modify the query's data in the Toad SQL Editor:
Select rowid,b.* from Acc_bill B to modify the data.
7. Use Object palette Bar, very good:
Find the entrance in View--object palette. Click on the right side of the SQL Editor window to create a window, which can be based on the schema to select the object type, such as table, the table name appears in the SQL editor, the following also has the field name.
8. Format SQL statements (SQL edit window) ctrl+shift+f
More Wonderful content: http://www.bianceng.cn/database/Oracle/