Hi,
I have two computers..one running with windows ME and one with Windows XP.
My Windows ME computer is down . I took the hard disk from down computer and connected it to Windows XP computer thru hardware interface called 2.5" aluminium external enclosure which I got from COMPUSA.
After...
Is there any way we can rewrite this query to run faster in DB2 7.2 :
INSERT INTO SESSION.TEMP_CLMCNT03
(
SELECT TMP_CLM.CLM_ID
,MIN(TMP_CLM.CLM_CVRG_ID)
,TMP_CLM.PROC_DT
FROM SESSION.TEMP_CLMCNT02 TMP_CLM
WHERE...
We have a update on temp table which is running very slow on ver 7.2 .Here is the query. Is there anywat we can rewrite it to run faster?
UPDATE SESSION.TEMP_AMOUNT02 TMP_AMT
SET (
CLM_VAL
) =
(
SELECT TMP_CVL.CLM_VAL
FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.