| Thread | Last Post | Replies |
|
| SQL - Select ALL rows | 31 May 2007 23:31 GMT | 7 |
I have an SQL statement which relies on a numeric value e.g. where id = 6 I am using a BI tool which let's me pass in the id to the report
|
| Vsam | 31 May 2007 19:36 GMT | 1 |
I have KSDS file. I don't know how much records it have. I want to access last record only. I don't no key for last record. Anoop
|
| Advanced SQL - Extracting values by months | 31 May 2007 16:56 GMT | 7 |
Help! I am trying to write an SQL statement (without much luck) to extract the total number of searches and orders from a particular customer, grouped into days/months/weeks (depending on the report type.
|
| Convert TIMESTAMP to DATE | 31 May 2007 13:35 GMT | 5 |
I can easily convert a TIMESTAMP to a DATE which will give me results in the format 'DD/MM/YYYY' however, what I want to do is convert the TIMESTAMP to just 'MM/YYYY' or even better 'MMM/YYYY'. I tried using the cast function as follows but it failed.
|
| question: db2 LUW V8 UNION ALL with table function month() have bad query performance | 31 May 2007 06:06 GMT | 5 |
question: db2 LUW V8 UNION ALL with table function month() have bad query performance Env: db2 LUW V8 + FP14
|
| Perl DBD::DB2 Connection Error | 31 May 2007 02:25 GMT | 1 |
Can anyone shed some light on what is causing this, please? Using Perl 5.8.5 (64 bit) on RH enterprise Linux AS release 4 (2.6.9-22.ELsmp) I'm receiving the following error: DBI connect('psygrid','db2inst1',...) failed: [IBM][CLI Driver]
|
| Undocumented error message - | 31 May 2007 01:00 GMT | 1 |
Haw anyone seen the following error under the z/OS DB2 Administration Server? BPXF024I (DASUSER) CEE0454S The message number 9512 could not be 102 found for facility ID CLB.
|
| Interpreting dynamic SQL snapshot | 30 May 2007 19:50 GMT | 1 |
Colleagues, Consider the following snippets of a snapshot: Number of executions = 13 Number of compilations = 4294967295
|
| how to get the complete list of child tables and their child tables and so on... | 30 May 2007 14:29 GMT | 3 |
Suppose I have the following scheam (parent->child) : A->B->C->D, E->F Can someone help me with the sql query in db2 which will give me the complete chain once i give it the parent table. eg. for input A, i
|
| DB2CODEPAGE related query | 30 May 2007 13:57 GMT | 1 |
I have my server on AS400. I connect to it using DB2Connect. In the AS400 server I have three kinds of tables one for English, one for Chinese and one for Thai. I need to use the DB2connect on my unix machine to read data from each
|
| Problem with CLOBS | 30 May 2007 10:20 GMT | 3 |
I m new to DB2.. I am using DB2 version8. I have a few queries (which i create dynamically) stored in a table. The column which stores them is clob 32k. Each of these query has a ":wf_id" string in 2 places, which i
|
| Cannot connect to database | 30 May 2007 10:14 GMT | 2 |
I use db2 v8 on AIX.. I could not connect to the database nor did any commands like activate get db cfg for database work..
|
| DB2 Backup failed-Disk was full | 30 May 2007 09:34 GMT | 3 |
I have a DB2 database (version 7) running on Windows 2000 server and recently facing problem to backup my database. I got an error "Disk was full" after half way running the backup. My database size is about 10GB, I have tried to backup the database into a DDS tape (20GB)
|
| Predicate equivalence: concat vs. AND | 30 May 2007 09:28 GMT | 3 |
Looked everywhere (Date, Celko, Elmasri, this ng, c.d.t, etc), but can't find any discussion of the following: Proof that these predicates will (or not) return the same rows where (col1 concat col2 concat col3 ...) => <SomeSuitableString>
|
| Recursive UDF | 29 May 2007 16:53 GMT | 4 |
Is it possible to write a recursive (a function which calls itself) UDF in DB2 (v.9) ? When I load one, I get SQL0440N - function "XXX" not found... Thanks in advance
|