Skip to Content
0
Former Member
Apr 09, 2010 at 10:09 AM

MAXDB 7.7 crash

55 Views

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