What if , we failed to mentioed null indicator in sql
select query , that may retrieve null value ?
Answers were Sorted based on User's Feedback
Answer / santy
Sorry for the above answer :(
Please see the Correct answer, we will get the SQL error -
305
-305:- The NULL value cannot be assigned to output host
variable number because no indicator variable is specified.
| Is This Answer Correct ? | 24 Yes | 1 No |
What is the database descriptor?
db2 restart logic ?
How can you compare table column after update and before update?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
what is difference between Plan and Package
What is concurrency in db2?
What is a plan and package in db2?
What is a db2 table?
What is db2? Explain.
How to get Top 10 Salaries from a Table
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic