MAXDB 7.7 crash
Hallo,
The MAXDB 7.7 crashes when I execute the following actions. 7.6 works.
create table X (
id dec(22) primary key
)
;
select
a.id
from X a
where a.id<>a.id
;
Regards Thomas
Archived discussions are read-only. Learn more about SAP Q&A
Hallo,
The MAXDB 7.7 crashes when I execute the following actions. 7.6 works.
create table X (
id dec(22) primary key
)
;
select
a.id
from X a
where a.id<>a.id
;
Regards Thomas