Hi,
I have the following query which works in db connect 1, but will not work in db connect 2:
select trunc(sum(hd.average * hd.value_count) / sum(hd.value_count), 2) as Average, \"g Analysis Time\" as time, \"g Activity\" as Activity from aternity.HISTORICAL_DATA_VW_1 HD where hd.ma_id in (161) and TIMEFRAME >= SYSDATE-(1/24) and VAL_14_O = upper('LA978774') group by \"g Analysis Time\", \"g Activity\"
DB Connect 2 is such a different animal than db connect 1 (and that's not an endorsement). Is there any reason that I shouldn't use db connect 1, if upgrading to 6.4.1 with SHC?
↧