RDBPROD: Different Aggregate Query Behavior Between Rdb 7.2 And Rdb 7.3
(Doc ID 2619509.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Rdb Server on OpenVMS - Version 7.3.3.1 and laterInformation in this document applies to any platform.
Symptoms
Different aggregate query output behaviour between RDB v7.2 and RDB v7.3
$ define/nolog sql$database foo $ @sys$share:rdb$setver 72 $ sql$ show ver create data file foo; create table n1 (i1 int edit string 'XXXX-XX-XX'); insert into n1 values (20191119); commit; select * from n1; select min(i1) from n1; commit; exit; $ @sys$share:rdb$setver 73 $ rmu/convert/commit/noconf foo; $ sql$ show ver att 'fi foo'; select * from n1; select min(i1) from n1; commit; exit; $ exit |
Changes
upgraded to RDB v7.3
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |