Hi, 

> Subject: CREATE VIEW
> 
> I can't find this syntax in mysql tutorial and the program 
> does not accept
> it. Is there another method of achieving this ?

About Views:
http://www.mysql.com/doc/en/ANSI_diff_Views.html
http://www.mysql.com/doc/pt/Unnamed_views.html

Workarounds:
With google you'll will easily find discussions about using temporary or
heap tables as a workaround for views. It depends on your project, if that's
applicable.

Best Regards

Michael Daheim

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

Reply via email to