SQL Replace Plugin

This Plugin allows to define string replacements for SQL statements. The replacements are done during execution, before the SQL is sent to the database.

To define a replacement go to menu File --> Global Preferences --> tab SQLReplace and enter a line for each replacement you wish to define.

The syntax is:
<string to replace>=<replacement>