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 the difference between where clause and having clause? : Sql dba
how to return query output in html format? : Sql dba
How is debugging done?
Why having clause is used in sql?
How do you rank data in sql?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
What is the usage of sql functions?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What do you understand by pl/sql cursors?
Does sql use python?
How many postgresql users are there, worldwide?
Where the sql database files are stored?
Explain the order of sql statement execution?
What are the different types of functions in sql?