User Profile

Collapse

Profile Sidebar

Collapse
audbguy
audbguy
Last Activity: Apr 14 '07, 12:05 PM
Joined: Apr 14 '07
Location: Texas
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • audbguy
    started a topic How to process data from column functions with UDB
    in Java

    How to process data from column functions with UDB

    First, don't spend much time in Java so hope this is not a really dumb question. I need to run a singleton select from user tables. I'm currently prototyping this using standard UDB catalog tables. I have code like the following:

    ResultSet result1 = stmt.executeQue ry(
    "SELECT MAX(STMTNO), MIN(STMTNO), AVG(STMTNO)" +
    "FROM SYSIBM.SYSSTMT WHERE ISOLATION < 'X'");
    //
    //...
    See more | Go to post

  • audbguy
    replied to tablespaces
    in DB2
    Can you please say more about what you are looking for? Are you just trying to understand what Tablespaces r used for or ??
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...