Difference between revisions of "SQL - Issue with special char like $"

From GUILLARD WIKI
Jump to navigation Jump to search
(Created page with "The char $ is currently used to input new variable when executing a query on Oracle SQL.<br/> If you need to draw this character, please start your code with: <code> SET DEFIN...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The char $ is currently used to input new variable when executing a query on Oracle SQL.<br/>
The char $ is currently used to input new variable when executing a query on Oracle SQL.<br/>
If you need to draw this character, please start your code with: <code> SET DEFINE OFF;  </code>
If you need to draw this character, please start your code with <code> SET DEFINE OFF;  </code>

Latest revision as of 10:15, 13 April 2018

The char $ is currently used to input new variable when executing a query on Oracle SQL.
If you need to draw this character, please start your code with SET DEFINE OFF;