Daniel Krämer 
> 
> Hello,
> 
> yesterday i install MaxDB 7.6.00.10 on Windows XP SP 2 and i can't make
> all
> at the Tutorial:
> 
> a sample:
> 
> SELECT customer_zip = zip FROM customer WHERE zip > '90000'
> SELECT hotel_zip = zip FROM hotel WHERE zip> '90000'
> 
> give a error.
> 
> 
> Sorry my english is bad.
> 
> D. Kraemer

Older kernel-versions understood the syntax 
<new output column name> = <column name>

With the current versions this has to be changed to
<column name> <new output column name> 
==>
zip customer_zip

We will check the tutorial for this topic

Elke
SAP Labs Berlin

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

Reply via email to