hi,

when executing the query

SELECT lower(tablename), comment
FROM domain.tables
WHERE owner='DJH'
AND (
lower(tablename) LIKE 'base_%' OR
lower(tablename) LIKE 'data_%' OR
lower(tablename) LIKE 'hvz_%' OR
lower(tablename) LIKE 'km_%')

via SQLStudio, i get this error-message:
Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed
General error;-9211 POS(1) System error: KB Stack type illegal.

I thought you might want to know about this.
I'm using MaxDB 7.5.0.14.

Thx
  Sven



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to