Page 1 of 1

SQL Recall

Posted: Thu 03 May 2012 09:12
by shadeoner
Hello,

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

Thank you

David

Re: SQL Recall

Posted: Thu 03 May 2012 10:43
by alexa
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).

Re: SQL Recall

Posted: Thu 03 May 2012 12:11
by shadeoner
Thank you.

Can we call this file into the SQL window ?

Re: SQL Recall

Posted: Thu 03 May 2012 14:50
by alexa
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.