SyntaxFix
Write A Post
Hire A Developer
Questions
An alternate solution, use concatenation and the chr function:
select 'J' || chr(38) || 'J Construction' from dual;