What does it mean if the null indicator has -1, 0, -2?
Answer / islam
-1 indicates that the field contain a NULL value
0 indicates that the field contain valid value
-2 indicates that the field the field contain junk value
due to data conversion error
| Is This Answer Correct ? | 19 Yes | 3 No |
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
what is REORG? what is the use?
What is ACQUIRE/RELEASE in BIND?
What is a cursor in programming?
what is rebinding ?
Give a brief description of db2 isolation levels?
Write a query to retrive partial string.
i want to delete 20th million record how ?
How can you count the number of rows from a table tab?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
can we update the table by using cursors can anyone post the query?
what is the use of bind parameter, Replace?