User Profile

Collapse

Profile Sidebar

Collapse
nearestniladri
nearestniladri
Last Activity: Nov 21 '07, 12:39 PM
Joined: Nov 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nearestniladri
    replied to VARCHAR field memory storage
    in DB2
    Hello,
    You cannot change varchar to character. Because this kind of conversion is not supported by DB2. As all this memory conversion functions are not allowed in DB2 storage....
    See more | Go to post

    Leave a comment:


  • nearestniladri
    replied to explain Plan
    in DB2
    If you are using DB2 8.1 then you need to follow the following steps:

    1. Go to Command Center
    2. Go to script tab.
    3. Write your SQL statement
    4. Then goto Script menu.
    5. Click on the option like Access Plan or generate access plan.
    See more | Go to post

    Leave a comment:


  • nearestniladri
    replied to SQL question!!
    in DB2
    If you want to get the first 3 rows, then your SQL statement need to be like:

    select * from table_name where B<=90 fetch first 3 rows only.


    Actually the statement is for fetching first n rows is:

    select * from table_name fetch first n rows only.
    See more | Go to post

    Leave a comment:


  • nearestniladri
    replied to DB2 delete performance
    in DB2
    Hello
    I think if you are using the constraint like primary key -> foreign key, then casecade option is important. If you choose that option for on delete action then it will help.
    See more | Go to post

    Leave a comment:


  • nearestniladri
    replied to Suggest a Book for beginner
    in DB2
    Follow this book, this book is an ultimate one and following a good book from the very beginning is suggested


    Go to download book page


    over here the book from IBM Press on IBM products are called Redbooks. download a book depending on the os and DB2 product version.

    Thanks
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...