Hello,
is anyway to recall old SQL statement made in the SQL window ?
Thank you
David
SQL Recall
Re: SQL Recall
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).
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
Thank you.
Can we call this file into the SQL window ?
Can we call this file into the SQL window ?
Re: SQL Recall
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.