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
Can we join tables without foreign key?
When can we use the where clause and the having clause?
Why we use triggers in mysql?
What is triggering circuit?
What is transaction control language (tcl)?
What are the types of keys?
What is sqlite format?
What is delimiter in pl sql?
What are sql functions? Describe the different types of sql functions?
What is field delimiter?
What is sqlca in db2?
Can we perform dml on view?
does sql support programming? : Sql dba
How to call shell script from pl sql procedure?
Can there be 2 primary keys in a table?