At 04:55 PM 1/14/2010, Jacek Becla wrote:
Hello,

I need to convert a non-materialized MySQL view to
a MySQL table. Are there any tools to do that?

Thanks,
Jacek


Jacek,
   Can't you just do a:

create table mytable select * from myview;

???
Mike

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to