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
Is time a data type in sql?
What are the differences between implicit and explicit cursors?
What is raw datatype in sql?
How many parts of a pl sql block are optional?
What are tables in sql?
What is the maximum database size for sql express?
What is sql in java?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
Explain how to use transactions efficiently : transact sql
What is the life of an sql statement?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
Why truncate is used in sql?
What is execution plan in sql?
What are the usages of sql?
What do you mean by field in sql?