RE: FN-FORUM: PHP/MySQL question
date posted 10th August 2003 16:44
Doesn't create table expect a data structure list of parameters not a data cursor ?
Alan S
On 10 August 2003 15:38, John Anderson [EMAIL REMOVED] wrote:
>
> I'm trying to use the CREATE [TEMPORARY] TABLE command in MySQL in a PHP
> file, but I keep getting a parsing error.
>
> >CREATE TABLE T_Temp SELECT FROM T_Members;
>