suppose I have 1000 rows in a db2 table. I want to update first 100 records, how do I do it?
No Answer is Posted For this Question
Be the First to Post Answer
Can we give +2 instead of +1 while creating a new gdg file?
Is the order of the when clause significant in an evaluate statement?
have you ever know what is the meaning of Packed Decimal
What is distributed relational database architecture? And components?
What is the difference between hdam and hidam databases?
Explain the meaning of spufi?
how to invoke subprogram in jcl?
What is RRange and ARange?
what are the commands that frequently used in cl?
How can a like table be created?
Can you explain function of dbctl?
If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B