Klaus Neudecker <[EMAIL PROTECTED]> wrote:
> Hi,
> I am comparable new to mySQL, so sorry if I might bother you with a 
> newby Problem:
> 
> When I connect to the database via phpMyAdmin or via the mySQL Command 
> Line Tool as root I have problems creating a view (root has all 
> privelegs, and the pure select statement works fine in the line before):
> 
> the statement
> > create view test as select Name from user;
> brings the german error message:
> #1064 - Fehler in der Syntax bei 'view test AS  SELECT Name
> FROM user' in Zeile 1.
> in english at about:
> #1064 - Error with the syntax at 'view test AS  SELECT Name
> FROM user' in row 1.
> 
> OK, this might be a syntax-error, but what is wrong on this syntax??? 
> The select statement works & I have checked the create view a thousand 
> times.
> 

MySQL doesn't support VIEWs yet.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to