Copy part of a table to a temporary table

2001-04-23 Thread Jonathan Pelletier
I'm looking for a way to create a temporary table containing a sub part of the master table... I know that I can use : CREATE TEMPORARY TABLE tbl_name [(create_definition,...)] [select_statement] but i'm working on a script that must create tables with the same create_definition that the

[mysql@lists.mysql.com: Re: Re: Copy part of a table to a temporary table]

2001-04-23 Thread harm
taxt/plain