Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
<HTML>

<HEAD>
    <TITLE>SQL Replace Plugin</TITLE>
</HEAD>

<BODY>

<h1>SQL Replace Plugin</h1>

<p>This Plugin allows to define string replacements for SQL statements. The replacements are done during execution,
    before the SQL is sent to the database. </p>
<p>To define a replacement go to menu File --&gt; Global Preferences --&gt; tab SQLReplace and enter a line for each replacement you wish to define.</p>

<p>The syntax is:<br>
&lt;string to replace&gt;=&lt;replacement&gt;</p>


</BODY>

</HTML>