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 sql*plus?
What is type and rowtype in pl sql?
What is your daily office routine?
what does the t-sql command ident_current does? : Transact sql
Is sql between inclusive?
How do I find duplicates in two columns?
How to get list of all tables from a database?
what is 'mysqldump'? : Sql dba
what is a database? : Sql dba
What are sql triggers used for?
What do you mean by stored procedures? How do we use it?
define sql insert statement ? : Sql dba
Is postgresql a nosql database?
Does view store data in sql?
What is hibernate and its relation to sql?