Not me, MS query did it!
It is a part of MS Office, a sort of SQL query wizard. It has GUI. User choose 
a table or VIEW (f.e. K_P_VYVOJ), then choose a displayed field (f.e. ID) and 
......  Column not found,-4005 POS(32) Unknown column name:SYSKEY.
How he thinks out the column SYSKEY?

Zabach, Elke wrote:

I can see the command:

SELECT K_P_VYVOJ.ID, K_P_VYVOJ.SYSKEY FROM APT.K_P_VYVOJ K_P_VYVOJ

And as we saw in a previous mail
(CREATE VIEW K_P_VYVOJ AS SELECT ...

And as I wrote: views do not have syskey-column, why do you select this
column?



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

Reply via email to