Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Muhammad.
Asked: December 12, 2018 - 9:35 am UTC
Last updated: December 12, 2018 - 2:33 pm UTC
Version: 11g
Viewed 10K+ times! This question is
SQL> create table t ( 2 c1 varchar2(20) 3 ); Table created. SQL> SQL> set define off SQL> insert into t values ( 'Tom & Jerry' ); 1 row created. SQL> SQL> set define on SQL> insert into t values ( 'Tom & Jerry' ); Enter value for jerry: mouse old 1: insert into t values ( 'Tom & Jerry' ) new 1: insert into t values ( 'Tom mouse' ) 1 row created. SQL> select * from t; C1 -------------------- Tom & Jerry Tom mouse
Share and learn SQL and PL/SQL; free access to the latest version of Oracle Database!
Classes, workouts and quizzes on Oracle Database technologies. Expertise through exercise!