What is the format (internal layout) of ?TIMESTAMP??
Answer / s
yyyy mm dd hh mm ss nnnnnn
2 + 1 + 1 +1+ 1+ 1+ 3 = 10
Internal representation of TIMESTAMP is a string of 10
bytes. One byte for two packed decimal digits.
| Is This Answer Correct ? | 1 Yes | 2 No |
How will fetch last 5 rows from table in db2
What is a system catalog table in db2?
What is a DBRM, PLAN ?
Can any one tell me about Restart logic in DB2.
What is cursor stability?
how to resolve -805. give clear explination for that
how to resolve -811 sqlcode .give clear explaination
Describe major components of db2?
What is the use of reorg in db2?
How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
What is Declaration Generator(DCLGEN)?