SQL Recall

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
shadeoner
Posts: 12
Joined: Mon 06 Feb 2012 18:20

SQL Recall

Post by shadeoner » Thu 03 May 2012 09:12

Hello,

is anyway to recall old SQL statement made in the SQL window ?

Thank you

David

alexa

Re: SQL Recall

Post by alexa » Thu 03 May 2012 10:43

Hello,

This can be achieved in dbForge Studio for MySQL as follows:

1. Select 'Tools -> Options' from the main menu. The 'Options' window opens.
2. Navigate to the 'Environment -> Output' branch.
3. Select the 'Write queries sent by the program to the SQL Log' option.

'SQL Log' can be found in the 'Output' window (select 'View -> Output' from the main menu).

shadeoner
Posts: 12
Joined: Mon 06 Feb 2012 18:20

Re: SQL Recall

Post by shadeoner » Thu 03 May 2012 12:11

Thank you.

Can we call this file into the SQL window ?

alexa

Re: SQL Recall

Post by alexa » Thu 03 May 2012 14:50

You can copy the statements that you need from the 'SQL Log' tab of the 'Output' window and then paste them into the SQL document.

Post Reply