i don't want the message as 14 rows updated just it should
update what it will do
Answer Posted / vijay sultampur
SET FEEDBACK Off;
example
SQL> SET FEEDBACK Off;
SQL> select * from dual;
D
-
X
SQL> SET FEEDBACK ON;
SQL> /
D
-
X
1 row selected.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is pl sql record in oracle?
what is single byte over head in oracle..?
How are sql commands classified?
What is before trigger?
how many ways we can we find the current date using mysql? : Sql dba
what is sql? : Sql dba
What is identity column in sql server?
What does truncate mean in sql?
What is normalisation and its types?
Explain what is an index?
What is a database trigger?
what are the advantages and disadvantages of views in a database? : Sql dba
What is a function in oracle pl sql?
What is %rowtype in pl sql?
What is data profiling in sql?