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
How to display the records between two range in Oracle SQL Plus?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
Why do we use partitions in sql?
How do you optimize a query?
Is grant a ddl statement?
What problem one might face while writing log information to a data-base table in pl/sql?
How many databases can sql express handle?
Is clustered index a primary key?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
Is pl sql useful?
What are analytical functions in sql?
how to create a new table in mysql? : Sql dba
What are the types of operators available in sql?
what is 'trigger' in sql? : Sql dba
Why do we need sharding?