SQL - Issue with special char like $

From GUILLARD WIKI
Revision as of 11:38, 27 December 2016 by Guillard (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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;